Can someone tell me why I am getting this error message:
"Client does not support authentication protocol requested by server; consider upgrading MySQL client"
System Setup:
running Apache 2 with PHP 4.3.9 on Windows XP
and mySQL 4.1.7
PHP Code that I used is:
mysql_connect("localhost", "jehchoi", "icor0924") or
die(mysql_error());
Any help will be greatly appreciated
Thanks