0
点赞
收藏
分享

微信扫一扫

mysql 还原数据库 you *might* want to use the less safe log_bin_trust_function_creators variable

夏木之下 2022-08-07 阅读 52

ERROR 1418 (HY000) at line 1185: 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)

 

SET GLOBAL log_bin_trust_function_creators = 1;




举报

相关推荐

0 条评论