1,show variables like '%func%';如果为OFF,则为开启。
2,执行
set global log_bin_trust_function_creators=1;即可;
本文介绍如何在MySQL中使用setgloballog_bin_trust_function_creators=1来开启存储过程的信任函数创建者设置,确保在开发环境中正确配置。
1,show variables like '%func%';如果为OFF,则为开启。
2,执行
set global log_bin_trust_function_creators=1;即可;

被折叠的 条评论
为什么被折叠?