刚刚安装完成MYSQL,登录进去以后,什么操作都提示错误

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

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

解决方法

这是说明我们的初始密码时间过期了,重新改一下密码就行

alter user user() identified by "你的新密码";

相关文章: