CodeFoodPixels / node-promise-mysql

A wrapper for mysqljs/mysql that wraps function calls with Bluebird promises.
MIT License
338 stars 64 forks source link

MySql 8.0 ER_NOT_SUPPORTED_AUTH_MODE #143

Closed ninaninani closed 3 years ago

ninaninani commented 3 years ago

Hello I got this error with MySql 8. I wonder if there's any update on how to cover this new auth method in MySql ? ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client

Thanks!

CodeFoodPixels commented 3 years ago

It looks like this isn't supported by the underlying MySQL library yet: https://github.com/mysqljs/mysql/pull/2233