在 node 环境下运行 mysql 由于版本不兼容会报如下错误:
Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client
...
code: ‘ER_NOT_SUPPORTED_AUTH_MODE‘,
errno: 1251,
sqlMessage: ‘Client does not support authentication protocol requested by server; consider upgrading MySQL client‘,
其他博客会告诉你, 由于 nodejs 和 mysql 8.0 版本 不兼容什么的, 改这个
node MySql8.0 ER_NOT_SUPPORTED_AUTH_MODE 问题
原文:https://www.cnblogs.com/W-it-H-ou-T/p/15000234.html