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

Posted 明净

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot exe相关的知识,希望对你有一定的参考价值。

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的主要内容,如果未能解决你的问题,请参考以下文章