ERROR 1418 (HY000):
ERROR 1418 (HY000): 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)
ERROR 1418 (HY000): 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)
2015-04-30
舉報
2015-09-10
我也遇到了,百度解決,應(yīng)該是創(chuàng)建函數(shù)功能被禁用了吧。解決方法見上!
2015-09-10
1.mysql> set global log_bin_trust_function_creators = 1;
2. 系統(tǒng)啟動時 --log-bin-trust-function-creators=1
3. 在my.ini(linux下為my.conf)文件中 [mysqld] 標(biāo)記后加一行內(nèi)容為 log-bin-trust-function-creators=1