安装步骤:Linux centos7安装mysql
安装后运行mysql命令报错误:
ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.
解决办法
执行以下命令修改密码:
mysql> ALTER USER USER() IDENTIFIED BY 'wingkin45';#wingkin为密码
如果执行命令时出现错误:
ERROR 1819 (HY000): Your password does not satisfy the current policy requirements