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

root 密码丢失后的重新设置

时间:2014-09-25 13:02:48      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   ar   div   sp   art   c   log   

/usr/local/mysql/bin/mysqld_safe --skip-grant-tables   &   

mysql> use mysql;
mysql> update user set password=PASSWORD("root") where user=root;

service mysqld stop;
service mysqld start;

/usr/local/mysql/bin/mysql -u root -p

root 密码丢失后的重新设置

标签:style   blog   color   ar   div   sp   art   c   log   

原文地址:http://www.cnblogs.com/tjxwg/p/3992215.html

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