标签:mysql 执行 pass 解决 数据 mysq use 安装 eset
数据库安装后执行命令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
标签:mysql 执行 pass 解决 数据 mysq use 安装 eset
原文地址:http://blog.51cto.com/xiaoxiaozhou/2157198