声明
作者:昨夜星辰
博客:http://yestreenstars.blog.51cto.com/
本文由本人创作,如需转载,请注明出处,谢谢合作!
错误
ERROR 1418 (HY000) at line 1693: 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)
解决方法
# 修改/etc/my.cnf文件,在[mysqld]字段下增加一行: log-bin-trust-function-creators=1 # 然后重启mysqld服务即可。
时间: 2024-12-24 07:18:23