码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2020-02-23 09:13:52      阅读:236      评论:0      收藏:0      [点我收藏+]

标签:func   用户登录   and   png   nbsp   not   设置   super   info   

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

标签:func   用户登录   and   png   nbsp   not   设置   super   info   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!