node连接数据库报错Client does not support authentication protocol requested by server; consider upgrading M
程序员文章站
2022-06-12 22:30:21
...
登录
mysql -u root -p
输入
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '12345';
这里的12345是数据库密码
改完之后正常运行
上一篇: MySql 链接报错“Client does not support authentication protocol requested by server; consider upgradin”
下一篇: 原型模式学习笔记
推荐阅读
-
mysql Client does not support authentication protocol requested by server; consider upgrading MySQL
-
解决Navicat连接MySQL时“Client does not support authentication protocol requested by server; consider upgrading MySQL client”的问题
-
连接8.0.15mysql 报错 client does not support authentication protocol requested by server ,consider upgra
-
nodejs连接mysql报错:Client does not support authentication protocol requested by server; consider upgrad
-
MySQL8.0报错Client does not support authentication protocol requested by server; consider upgrading My
-
MySql 链接报错“Client does not support authentication protocol requested by server; consider upgradin”
-
node连接数据库报错Client does not support authentication protocol requested by server; consider upgrading M
-
关于nodejs报错Client does not support authentication protocol requested by server; consider upgrading My
-
MySql8.0,使用Navicat连接时报错:Client does not support authentication protocol requested by server;consider
-
navicate连接MySQL出现报错client does not support authentication protocol requested by server consider ...