This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its de 错误解决办法

临时解决方案

命令行运行

set global log_bin_trust_function_creators=TRUE;

永久解决方案

在配置文件中,[mysqld]节点下,添加配置

log_bin_trust_function_creators = 1

posted @ 2022-04-12 14:53  Bin_x  阅读(24)  评论(0)    收藏  举报