Hello,
I’ve been developing on my home computer (mysql version 5.6.27) with no problem.
I’m having an issue connected to my ISP host mysql server. This is a shared host (at least right now), not a VPS.
Connection attempt failed: SQLSTATE[HY000] [2054]
The server requested authentication method unknown to the client PDO::__construct():
The server requested authentication method unknown to the client [mysql_old_password]
I’ve been developing on my home computer (mysql version 5.6.27) with no problem.
My ISP server is mysql version 5.5.38
I’m assuming that my ISP is using the old mysql password hash, even though they are on 5.5.38? Does that sound right?
Is there any suggested changes I can make on my client to get connected?
I talked to tier 1 support at my ISP and they were no help and am waiting for a call back from tier 2.