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
Hello, not sure if this has been reported or if it's just my local environment. I'm running MySQL inside Docker for Windows.
I'm using the latest docker image for MySQL and latest MySQL npm package. To simplify things, I've copied the code from the readme, but when I try to connect, I keep getting:
mysql-test | { Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client
mysql-test | **** REMOVED STACK TRACE ****
mysql-test | code: 'ER_NOT_SUPPORTED_AUTH_MODE',
mysql-test | errno: 1251,
mysql-test | sqlMessage: 'Client does not support authentication protocol requested by server; consider upgrading MySQL client',
mysql-test | sqlState: '08004',
mysql-test | fatal: true }
The text was updated successfully, but these errors were encountered:
Hello, not sure if this has been reported or if it's just my local environment. I'm running MySQL inside Docker for Windows.
I'm using the latest docker image for MySQL and latest MySQL npm package. To simplify things, I've copied the code from the readme, but when I try to connect, I keep getting:
The text was updated successfully, but these errors were encountered: