I need to establish PHP4 environment in conjunction with mysql5 and I am facing this problem when I try to connect to mysql.
Thank you for any trace.
I need to establish PHP4 environment in conjunction with mysql5 and I am facing this problem when I try to connect to mysql.
Thank you for any trace.
I had the same problem . I was using latest MySQl version 5.7
Reinstalled old version of MySQL 5.5 and solved the problem.
I think there is new requirement for authentication in latest MySQL 5.7
Just reinstall MySQL 5.5.
It's a known MySQL problem. C.5.2.4. Client does not support authentication protocol:
The solution is to update the database user’s password using the OLD_PASSWORD function of MySQL. For example: