USE mysql;
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';
FLUSH PRIVILEGES;
相关文章
- 08-05navicat连接mysql出现Client does not support authentication protocol requested by server解决方案
- 08-05Mysql8 连接提示 Client does not support authentication protocol requested by server; consider upgrading MySQL client 解决方法
- 08-05MySQL Server8.0版本时出现Client does not support authentication protocol requested by server
- 08-05navicat for mysql 链接时报错:1251-Client does not support authentication protocol requested by server
- 08-05nodejs 连接 MySQL 时,Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client
- 08-05mac nodejs连接mysql报错:Client does not support authentication protocol requested by server; consider upgrad
- 08-05mysql Client does not support authtication protocol requested by server;consider upgrading mysql client
- 08-05Client does not support authentication protocol requested by server; consider upgrading MySQL client
- 08-05Navicat 连接 mysql 出现Client does not support authentication protocol requested by server解决方案
- 08-05关于node中 mysql Client does not support authentication protocol requested by server; consider upgradin