首页 > 数据库技术 > 详细

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

时间:2020-02-23 09:42:53      阅读:628      评论:0      收藏:0      [点我收藏+]

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;

  

技术分享图片

 

 

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

原文:https://www.cnblogs.com/pxblog/p/12348252.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!