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
本文来自博客园,作者:Bin_x,转载请注明原文链接:https://www.cnblogs.com/Bin-x/p/16135171.html