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
Adobe Dreamweaver

Avatar of undefined
Last Comment
mhoggatt1

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Zyloch

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
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
Zyloch

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
mhoggatt1

ASKER
Any other settings in php.ini I should update ?
SOLUTION
Zyloch

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
mhoggatt1

ASKER
Thanks for your help. I'll see what I can do with the suggestions.
Michael
Your help has saved me hundreds of hours of internet surfing.
fblack61