如果显示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  阅读(124)  评论(0编辑  收藏  举报