問題:
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)
解決方法:root用戶執(zhí)行以下命令
set global log_bin_trust_function_creators=TRUE;