25
2020
05
14:03:15

问题:The MySQL server is running with the --skip-grant-tables option

问题:The MySQL server is running with the --skip-grant-tables option

安装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在命令行的时候,使得数据库只能是只读的权限,





推荐本站淘宝优惠价购买喜欢的宝贝:

image.png

本文链接:https://hqyman.cn/post/1294.html 非本站原创文章欢迎转载,原创文章需保留本站地址!

分享到:
打赏





休息一下~~


« 上一篇 下一篇 »

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

请先 登录 再评论,若不是会员请先 注册

您的IP地址是: