tar格式 方法安装MySQL后,初次登录出现 ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement

时间:2021-12-30 19:48:44

参考:

https://www.cnblogs.com/kerrycode/p/4368312.html

http://blog.csdn.net/u014520039/article/details/50949672

采用  tar  方式安装好MySQL以后,提出生成了随机密码:

tar格式  方法安装MySQL后,初次登录出现 ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement

首次登入:

tar格式  方法安装MySQL后,初次登录出现 ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement

查看数据库:

tar格式  方法安装MySQL后,初次登录出现 ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement

提示,需要更新随机密码。

更新密码:

mysql> set password=password('12345qwe');
Query OK, 0 rows affected, 1 warning (0.00 sec)

tar格式  方法安装MySQL后,初次登录出现 ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement