如果显示MySQL密码过期

mysql>use mysql
mysql>update user set password_expired='N' where user='root';
 mysql>flush privileges;
 mysql>quit

 

posted @ 2019-09-10 22:46  Jumpkin1122  阅读(130)  评论(0)    收藏  举报