-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ER_NOT_SUPPORTED_AUTH_MODE #2499
Comments
It looks like this node module doesn't support "caching_sha2_password" authentication. It's been introduced maybe in MySQL 8.0. In the meantime you can downgrade your mysql user:
Please keep in mind this doesn't fix the issue, it just downgrades your user password so it can be used with mysqljs' mysql node module. |
It looks like PR #2233 would solve your issue. |
It looks like I prefix my sentences with "It looks like"... 😹 |
It works for me! Thanks! |
code: 'ER_NOT_SUPPORTED_AUTH_MODE',
errno: 1251,
sqlMessage: 'Client does not support authentication protocol requested by server; consider upgrading MySQL client',
sqlState: '08004',
fatal: true
I have this problem, pleases recomend how to fix that
Thou you very much
My code:
The text was updated successfully, but these errors were encountered: