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