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 错误解决办法
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
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;
轉載于:https://www.cnblogs.com/jxterminator/p/4300704.html
總結
以上是生活随笔為你收集整理的This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its 错误解决办法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: LeakCanary,检测安卓,java
- 下一篇: *顺序表[数组法]