mysql-haskell icon indicating copy to clipboard operation
mysql-haskell copied to clipboard

Client does not support authentication protocol requested by server

Open pmiddend opened this issue 4 years ago • 2 comments

When trying to connect to me SQL server, I get this:

ERRException (ERR {errCode = 1251, errState = "08004", errMsg = "Client does not support authentication protocol requested by server; consider upgrading MySQL client"})

Any ideas on how to fix this? Is this related to #40?

pmiddend avatar Aug 27 '21 10:08 pmiddend

I had the same issue, got solution at https://stackoverflow.com/questions/50093144/mysql-8-0-client-does-not-support-authentication-protocol-requested-by-server

yura avatar Jan 29 '22 16:01 yura