MySQL中迁移函数/存储过程失败
2019-08-29 本文已影响0人
honaf
问题:
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用户执行以下命令
set global log_bin_trust_function_creators=TRUE;