1、停掉mysql
2、执行#mysqld_safe --user=mysql --skip-grant-tables --skip-networking &
3、#mysql
4、update mysql.user set authentication_string=password('XXXXXXXX') where user='root';
5、flush privileges;
6、quit
7、重启mysql
1、停掉mysql
2、执行#mysqld_safe --user=mysql --skip-grant-tables --skip-networking &
3、#mysql
4、update mysql.user set authentication_string=password('XXXXXXXX') where user='root';
5、flush privileges;
6、quit
7、重启mysql