mysql 5.7报错
Posted jo-yexing
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql 5.7报错相关的知识,希望对你有一定的参考价值。
5.7.4版本后就有了这么一个东西Password Expiration Policy
mysql> show databases;
ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.
解决办法
1、 修改用户密码
mysql> alter user ‘root‘@‘localhost‘ identified by ‘youpassword‘;
2、刷新权限
mysql> flush privileges;
以上是关于mysql 5.7报错的主要内容,如果未能解决你的问题,请参考以下文章
服务器Mysql报错报错#2013 - Lost connection to MySQL server at 'reading initial communication packet