Mysql8.0 Zip方式安装

2021-06-26  本文已影响0人  清蒸三文鱼_

1. 下载 后解压

2. 使用管理员身份运行cmd, 进入到mysql解压目录, 执行初始化和运行命令:

重置: alter user user() identified by "root" => alter user '123456' identified by 'root'

3. 错误收集

mysqladmin: connect to server at 'localhost' failed,
error: 'Access denied for user 'root'@'localhost' (using password: NO)

mysql> show databases;
ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.

mysql> alter user 'root' identified by 'root';
ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.

上一篇 下一篇

猜你喜欢

热点阅读