I have recently installed PHP 4.3.11 on my Windows computer together with mysql 4.1.11. but when I check the MySQL api version in php info it's showing 3.23.49. This means that PHP won't coonect to the Database as the database bitches about:
Client does not support authentication protocol requested by server
This was a fresh install of windows so there shouldnlt be any rouge dlls kicking around and I;ve done a search for libmysql.dll and removed any that were in backup locations.
Any ideas where PHP gets it's API version from and how to convince it to use version 4.1.11?
Cheers