NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Upgrading MySQL Client


Joined: 02 Jan 2007
Posts: 30
Reply with quote
I've happily used PhpED to debug PHP/MySQL scripts until recently when I started using WAMP server with PHP5 and MySQL5. Now, when I try to debug and connect to a MySQL database PhpED gives me the following error:

Quote:
Error: E_WARNING
mysql_connect()[<a href='function.mysql-connect'>function.mysql-connect</a>]: Client does not support authentication protocol requested by server; consider upgrading MySQL client


I've tried replacing the version of libmysql.dll with that from WAMP, but the error still occurs. Any suggestions?

Thanks
View user's profileFind all posts by WillSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
as you can see the problem is with php, not with PhpED IDE.
It's php can't connect to your mysql server and claims that "Client does not support authentication protocol". So you have to update php, or at least make sure you're using php5, not php4.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 02 Jan 2007
Posts: 30
Reply with quote
Thanks, Dmitri. I reinstalled PhpED with PHP5 support only and it solved the problem.
View user's profileFind all posts by WillSend private message
Upgrading MySQL Client
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic