請問這個是什么原因?
ERROR 1418 (HY000): This function has none of DETERMINISTIC, NO SQL, or READS SQ
L 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 SQ
L DATA in its declaration and binary logging is enabled (you *might* want to use
?the less safe log_bin_trust_function_creators variable)
2015-03-04
舉報
2019-01-24
set global log_bin_trust_function_creators=TRUE;
輸上面那行進(jìn)去,然后回車就好了
2015-03-20
http://blog.chinaunix.net/uid-20639775-id-3031821.html
2015-03-05
啊,我也是這樣