MySQL创建函数时报错1418 - This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA inits declaration and binary logging is enabled
解决方法
(临时有效,重启后失效)
set global log_bin_trust_function_creators=TRUE;
MySQL创建函数时报错1418 - This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA inits declaration and binary logging is enabled
(临时有效,重启后失效)
set global log_bin_trust_function_creators=TRUE;