node+mysql8.0的报错问题

Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client

初始化 node + mysql8.0 (midway+typeorm) 时遇到报错,提示不支持mysql的加密

 

解决办法: 

去mysql中执行

alter user root@localhost identified with mysql_native_password by xxx;

其中 ‘xxx‘ 为 root 的密码

 

可以通过命令行登录执行,或在navicat中新建查询执行

node+mysql8.0的报错问题

上一篇:SqlServer下一些实用的sql语句收集


下一篇:zabbix自定义监控postgresql死亡元组,shell脚本比较小数位,shell脚本统计时间精确毫秒