This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its 错误解决办法

Posted cfbk

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its 错误解决办法相关的知识,希望对你有一定的参考价值。

 

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中创建函数时出现这种错误的解决方法:
set global log_bin_trust_function_creators=TRUE;


以上是关于This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its 错误解决办法的主要内容,如果未能解决你的问题,请参考以下文章