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

时间:2021-10-16 02:05:42

MySQL5.7 报错 :

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

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

set password = password(‘123456‘);