mysql - 报错 This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled
1.报错
完整报错信息
This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is
enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)

2.解决
执行
set global log_bin_trust_function_creators=TRUE;
即可
本文来自博客园,作者:岑惜,转载请注明原文链接:https://www.cnblogs.com/c2g5201314/p/16491032.html
响应开源精神相互学习,内容良币驱除劣币

浙公网安备 33010602011771号