This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary log
出错信息
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)
出错原因
开启了bin-log但是创建函数/存储过程时未指定类型
解决方法
1. 指定函..
原创
2020-09-25 09:51:52 ·
442 阅读 ·
0 评论