I had to reinstall Dreamweaver MX 2004 and am having trouble getting my PHP scripts to connect to the MySQL database using
http://localhost. Here is the error message I am receiving -
Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in c:\inetpub\wwwroot\test.ph
p on line 10
Client does not support authentication protocol requested by server; consider upgrading MySQL client
I am using PHP 4.3.10 and MySQL 5.0. Is there a compatibility problem using these 2 versions ?
Thanks,
Michael
I have my PHP scripts in inetpub/wwwroot. What about the uploading they talked about in Help ? I setup my site so it points to http://local host for Local Info and the Testing Server. Is this right ?
Thanks,