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

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 execute this statement
本文地址:http://bg.artuion.com/win_lin_mac/274.html
除非注明,文章均为 《太阳花工作室》 原创,欢迎转载!转载请注明本文地址,谢谢。