码迷,mamicode.com
首页 > 其他好文 > 详细

skip-grant-tables

时间:2016-09-30 18:35:37      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:

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

标签:

原文地址:http://www.cnblogs.com/daviddong/p/5924423.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!