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

来源:互联网 发布:怎么联系网络服务商 编辑:程序博客网 时间:2024/05/02 02:34
mysql> SET PASSWORD FOR root@localhost=PASSWORD('123456');
ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement
mysql> flush privileges;
Query OK, 0 rows affected (0.06 sec)

mysql> SET PASSWORD FOR root@localhost=PASSWORD('123456');

Query OK, 0 rows affected, 1 warning (0.01 sec)

就这么奇葩

0 0
原创粉丝点击