cool-team-official / cool-admin-midway

🔥 cool-admin(midway版)一个很酷的后台权限管理框架,Ai编码、流程编排、模块化、插件化、CRUD极速开发,永久开源免费,基于midway.js 3.x、typescript、typeorm、mysql、jwt、vue3、vite、element-ui等构建
https://cool-js.com
MIT License
2.66k stars 590 forks source link

不支持mysql8.0 #5

Closed carlisliu closed 3 years ago

carlisliu commented 3 years ago

mysql客户端8.0+ 提示:ER_NOT_SUPPORTED_AUTH_MODE,

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

mysql数据库已经执行了: ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'; 还是报错, 框架内部进行了相关处理吗?

cool-team-official commented 3 years ago

支持的,这个不是框架问题, https://blog.csdn.net/u013697959/article/details/99176376

carlisliu commented 3 years ago

支持的,这个不是框架问题, https://blog.csdn.net/u013697959/article/details/99176376

docker的问题