欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

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

程序员文章站 2024-02-11 17:53:58
恢复mysql数据库创建存储过程是遇到错误 you *might* want to use the less safe log_bin_trust_function_cre...
恢复mysql数据库创建存储过程是遇到错误

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

需要执行

set global log_bin_trust_function_creators = 1;