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

修改mysql root密码

时间:2015-05-04 15:44:04      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:mysql   where   密码   

# /etc/init.d/mysql stop 
# mysqld_safe --user=mysql --skip-grant-tables --skip-networking & 
# mysql -u root mysql 
mysql> UPDATE user SET Password=PASSWORD(’newpassword’) where USER=’root’; 
mysql> FLUSH PRIVILEGES; 
mysql> quit

修改mysql root密码

标签:mysql   where   密码   

原文地址:http://zl1030.blog.51cto.com/274507/1641694

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