当前位置:首页 > 数据库 > 正文

MySQL5.7 报错 ERROR 1820 (HY000): You must reset your password

2020-03-02 数据库

MySQL5.7 报错 :

ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement

需要重新设置密码。那我们就重新设置一下密码,命令如下:

set password = password(‘123456‘);

 

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/SQL/25401.html