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

2023-05-16

解决方法

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

2、设置参数log_bin_trust_function_creators为1

set global log_bin_trust_function_creators = 1;

结果:

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

mysql报错:You do not have the SUPER privilege and binary logging is enabled 的相关文章

随机推荐