您的位置:首页 > 其它

Your password has expired. To log in you must change it using a client that supports expired passwor

2017-03-07 23:55 513 查看
密码过期,需要重设密码,处理过程如下。

mysql> use mysql
ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.
mysql> set password = password('123456789');
Query OK, 0 rows affected, 1 warning (0.03 sec)

mysql> flush privileges;
Query OK, 0 rows affected (0.03 sec)

mysql> exit
Bye


重置密码后重新登录即可。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐