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 错误解决办法
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
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中創(chuàng)建函數(shù)時出現(xiàn)這種錯誤的解決方法:
set global log_bin_trust_function_creators=TRUE;
轉(zhuǎn)載于:https://www.cnblogs.com/jxterminator/p/4300704.html
總結(jié)
以上是生活随笔為你收集整理的This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its 错误解决办法的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: LeakCanary,检测安卓,java
- 下一篇: 源码安装Bind 9.10 正式版 开