数据库 
首页 > 数据库 > 浏览文章

you *might* want to use the less safe log_bin_trust_function_creators variable

(编辑:jimmy 日期: 2024/11/15 浏览:3 次 )
恢复MySQL数据库创建存储过程是遇到错误

you *might* want to use the less safe log_bin_trust_function_creators variable

需要执行

SET GLOBAL log_bin_trust_function_creators = 1;
上一篇:MySQL数据表字段内容的批量修改、清空、复制等更新命令
下一篇:彻底卸载MySQL的方法分享