skip-grant-tables

Posted 淡泊以修身,宁静以养性

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了skip-grant-tables相关的知识,希望对你有一定的参考价值。

1.net stop mysql

2.my.ini中[mysqld]plugin_dir的下面增加skip-grant-tables

3.net start mysql

4.在Navicat中打开mysql数据库执行:UPDATE `user` SET Password = password (‘new-password‘) WHERE User= ‘root‘;

5.在my.ini中[mysqld]plugin_dir的下面去掉skip-grant-tables

6.关闭mysql服务,重新启动mysql服务

以上是关于skip-grant-tables的主要内容,如果未能解决你的问题,请参考以下文章