Link to home
Start Free TrialLog in
Avatar of mhoggatt1
mhoggatt1

asked on

Dreamweaver database trouble

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.php 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
ASKER CERTIFIED SOLUTION
Avatar of Zyloch
Zyloch
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mhoggatt1
mhoggatt1

ASKER

Are there any other settings in Dreamweave I need to check in Local Info, Remote nfo, Testing Server ?
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,
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Any other settings in php.ini I should update ?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks for your help. I'll see what I can do with the suggestions.
Michael