《重设mysql密码》要点:
本文介绍了重设mysql密码,希望对您有用。如果有疑问,可以联系我们。
1、service mysql stop
二、mysqld_safe –skip-grant-tables –skip-networking &
三、mysql -u root
4、在mysql敕令模式下:
1)use mysql;
2) update user set password=PASSWORD(“暗码”) where user=’root’;
3)flush privileges;
4)quit
五、service mysql restart
《重设mysql密码》是否对您有启发,欢迎查看更多与《重设mysql密码》相关教程,学精学透。维易PHP学院为您提供精彩教程。
转载请注明本页网址:
http://www.vephp.com/jiaocheng/7674.html