MySQL 之 ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so .....

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


解决如下:

第一步:配置文件中添加如下命令

 第二步:

第三步:授权用户名及设置密码

重启服务

登录 成功!

 


版权声明:本文为m0_60379130原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。