you *might* want to use the less safe log_bin_trust_function_creators variable
摘要:恢复MySQL数据库创建存储过程是遇到错误you*might*wanttousethelesssafelog_bin_trust_funct...
恢复MySQL数据库创建存储过程是遇到错误
you *might* want to use the less safe log_bin_trust_function_creators variable
需要执行
SET GLOBAL log_bin_trust_function_creators = 1;
【you *might* want to use the less safe log_bin_trust_function_creators variable】相关文章:
★ mysql备份恢复mysqldump.exe几个常用用例
★ MySql 错误Incorrect string value for column
★ 解决mysql不能插入中文Incorrect string value
★ 解决远程连接mysql很慢的方法(mysql_connect 打开连接慢)
上一篇:
Mysql 建库建表技巧分享