如果显示MySQL密码过期

mysql>use mysql
mysql>update user set password_expired='N' where user='root';
 mysql>flush privileges;
 mysql>quit
原文地址:https://www.cnblogs.com/jumpkin1122/p/11503610.html