码迷,mamicode.com
首页 > Windows程序 > 详细

windows下忘记root密码

时间:2014-07-21 00:36:13      阅读:368      评论:0      收藏:0      [点我收藏+]

标签:os   re   new   sql   window   mysql   

1-->在DOS窗口下输入net stop mysql57

2-->切换到mysql的bin目录,运行mysqld --skip-grant-tables

3-->新开DOS,切换到bin目录,运行mysql -u root

4-->

use mysql 
update user set password=password("new_pass") where user="root"; 
flush privileges; 
exit;

windows下忘记root密码,布布扣,bubuko.com

windows下忘记root密码

标签:os   re   new   sql   window   mysql   

原文地址:http://www.cnblogs.com/heystephen/p/3856527.html

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