You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
MySQL Server version: 8.0.33
NodeJS Version: v18.15.0
NPM Version: 9.5.0
Package Version: ^5.2.0
Any known fix for this?
The text was updated successfully, but these errors were encountered:
The package isn't maintained anymore same for the mysql main package.
but you can use mysql2 which also has a promise wrapper and is up to date https://www.npmjs.com/package/mysql2
Error message I got from the server:
MySQL Server version: 8.0.33
NodeJS Version: v18.15.0
NPM Version: 9.5.0
Package Version: ^5.2.0
Any known fix for this?
The text was updated successfully, but these errors were encountered: