ERROR 1418 (HY000): This function has none of DETERMINISTIC, NO SQL, or READS

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
 


如果我們開啓了 bin-log, 我們就必須爲我們的function指定一個參數
 
解決辦法:
 
# mysql  -u root -p123456
> set global log_bin_trust_function_creators = 1;
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章