码迷,mamicode.com
首页 > 数据库 > 详细

mysql忘记root密码解决

时间:2017-01-24 15:46:21      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:bsp   grant   roo   nbsp   配置   文件   my.cnf   table   重启   

修改配置文件:my.cnf  加上skip-grant-tables

重启mysql

mysql -uroot  登录  

mysql> USE mysql ; 
mysql> UPDATE user SET Password = password ( ‘new-password‘ ) WHERE User = ‘root‘ ; 
mysql> flush privileges ; 
mysql> quit

将配置文件改回来

mysql忘记root密码解决

标签:bsp   grant   roo   nbsp   配置   文件   my.cnf   table   重启   

原文地址:http://www.cnblogs.com/mikeluwen/p/6347125.html

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