ERROR 1820 (HY000): You must reset your password

数据库安装后执行命令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;




猜你喜欢

转载自blog.51cto.com/xiaoxiaozhou/2157198
今日推荐