delimiter &&
[函数创建语句.....]
[Err] 1418 - 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)
解决:set global log_bin_trust_function_creators=TRUE;
本文介绍了解决MySQL中因函数声明缺少DETERMINISTIC、NOSQL或READSSQLDATA属性且启用了二进制日志而导致的错误1418的方法。通过设置全局变量log_bin_trust_function_creators为TRUE来解决问题。
298

被折叠的 条评论
为什么被折叠?



