在Mysql集群中创建用户时、出现如下错误!

mysql> create user 'testuse'@'localhost' identified by '111111';
ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement

解决办法:

在命令行输入:mysql> flush privileges;


ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot exe

 

相关文章:

  • 2021-06-07
  • 2021-10-25
  • 2021-08-10
  • 2022-02-11
  • 2022-02-04
  • 2022-12-23
  • 2022-12-23
  • 2021-11-06
猜你喜欢
  • 2021-09-22
  • 2022-12-23
  • 2022-12-23
  • 2021-08-06
  • 2022-01-02
相关资源
相似解决方案