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

 

 

相关文章:

  • 2021-06-10
  • 2022-12-23
  • 2021-11-25
  • 2021-04-21
  • 2021-09-05
  • 2021-09-27
  • 2021-04-28
  • 2022-01-23
猜你喜欢
  • 2021-10-18
  • 2022-12-23
  • 2021-11-14
  • 2021-09-09
  • 2022-12-23
  • 2021-06-11
  • 2022-12-23
相关资源
相似解决方案