I just installed
1) Apache 2.0.52
2) PHP 4.3.10
3) MySQL Server 4.1
On my Windows XP Professional.
Apache and PHP are running fine, and MySQL runs fine on the command line, but when I run a bit of code:
$link = mysql_connect('localhost', 'root', 'password');
I get the error message:
Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in...
Any ideas how to get PHP and Apache linked up to MySQL, did I miss a step?
Thanks,
Chris