service mysqld stopmysqld_safe --skip-grant-tables &update mysql.user set authentication_string=password('123qwe') where user='root' and Host = 'localhost';
service mysql restartset password for 'root'@'localhost'=password('123');注意密码强度
(adsbygoogle = window.adsbygoogle || []).push({});