标签:
2015-10-25
service mysqld stop mysqld_safe --skip-grant-tables & ctrl+z mysql -uroot update mysql.user set password=password("123") where user="root"; flush privileges;
mysql 重置root密码
原文地址:http://www.cnblogs.com/cenliang/p/4909111.html