Error Code: 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)
mysql workbench创建函数时遇到的报错
解决方法见:
Error Code: 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)
本文档指导你如何处理在MySQL Workbench中创建函数时遇到的ErrorCode:1418错误,特别关注函数声明中的DETERMINISTIC、NOSQL和READSSQLDATA属性,并提供设置lesssafelog_bin_trust_function_creators变量的建议。
3353

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



