1. 程式人生 > >ERROR 1820 (HY000): You must reset your password

ERROR 1820 (HY000): You must reset your password

password 執行命令 using must for err you 解決辦法 local

數據庫安裝後執行命令ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.


解決辦法:

mysql> SET PASSWORD = PASSWORD('password123!');


mysql> ALTER USER 'root'@'localhost' PASSWORD EXPIRE NEVER;




ERROR 1820 (HY000): You must reset your password