问题:The MySQL server is running with the--skip-grant-tables option
程序员文章站
2022-04-12 21:42:07
安装mysql的时候出现这个问题,在增加用户的时候
The MySQL server is running with the –skip-grant-tables o...
安装mysql的时候出现这个问题,在增加用户的时候
The MySQL server is running with the –skip-grant-tables option so it cannot execute this statement
出现lush privileges 一下就OK了,
mysql> flush privileges;
Query OK, 0 rows affected (0.01 sec)
–skip-grant-tables
顾名思义,数据库启动的时候 跳跃权限表的限制,不用验证密码,直接登录。
注意:
这种情况只有在忘记root密码 不得已重启数据库的情况下使用的。现网环境慎用,需要重启数据库,并且安全性也比较难以保证
具体原因应该是–skip-grant-tables在命令行的时候,使得数据库只能是只读的权限,
上一篇: 3次握手协议4次挥手协议和tcp状态跃迁
推荐阅读
-
对于使用JDBC连接mysql数据时The server time zone value '¤¤°ê¼Ð·Ç®É¶¡'...的异常问题解决。
-
Ubuntu Server 16.04安装MySQL设置远程访问出现问题的完美解决方案(error:10061)
-
MySQL Threads_running飙升与慢查询的相关问题解决
-
Can't connect to MySQL server on 'localhost' (10061)问题描述及解决办法
-
MySQL问题记录——2003-Can't connect to MySQL server on 'localhost'(10038)
-
IDEA连接mysql又报错!Server returns invalid timezone. Go to tab and set serverTimezone prope的问题
-
The MySQL server is running with the --read-only option so it cannot execute this statement
-
问题:The MySQL server is running with the--skip-grant-tables option
-
MySQL server has gone away 问题的解决方法
-
MySQL数据库常见问题1:关于 “ MySQL Installer is running in Community mode ” 的解决办法