修改root密码:
不用登陆mysql修改密码的方法
例如,原来的密码是654321,要改成123456
[root@localhost html]# mysqladmin -uroot -p654321 password 123456
[root@localhost html]#
一定要注意,-u和-p后面不能带空格!
本文出自 “linux极客” 博客,请务必保留此出处http://linux200801.blog.51cto.com/10462766/1668706
原文地址:http://linux200801.blog.51cto.com/10462766/1668706