mysql报错:You do not have the SUPER privilege and binary logging is enabled

解决方法

1、用root用户登录:mysql -u root -p

2、设置参数log_bin_trust_function_creators为1

set global log_bin_trust_function_creators = 1;

结果:

posted @ 2022-05-15 21:49  贪睡地蜗牛  阅读(141)  评论(0)    收藏  举报