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
Today when wanting to connect in Loopback 4 to my MySQL database hosted in a Docker container, it has given me this error.
Versions:
LoopBack 4: latest
loopback-connector-mysql: latest
MySQL: 8.0.16
Error
Connection fails: Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client It will be retried for the next request.
{
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
}
The text was updated successfully, but these errors were encountered:
@frbuceta , i'm not sure if the error is caused by this connector. I found this thread: mysqljs/mysql#2046. Could you please take a look and see if it fixes your problem? Thanks.
@frbuceta , i'm not sure if the error is caused by this connector. I found this thread: mysqljs/mysql#2046. Could you please take a look and see if it fixes your problem? Thanks.
Hi, what's up?
Today when wanting to connect in Loopback 4 to my MySQL database hosted in a Docker container, it has given me this error.
Versions:
Error
Connection fails: Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client It will be retried for the next request.
The text was updated successfully, but these errors were encountered: