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

错误原因:
mysql8密码认证采用了新的密码格式

解决方法:
重新Initialize Database,采用另外一种密码格式。
Use Legacy Password Encryption
Node连接MySql发生ER_NOT_SUPPORTED_AUTH_MODE错误

相关文章: