Help! Can't connect MySQL after upgraded PHP 4.4.4 to 4.4.7

taotoon

Well-Known Member
Nov 14, 2004
135
1
166
Database error in vBulletin :

mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Client does not support authentication protocol requested by server; consider upgrading MySQL client
/home/taotoon/public_html/forums/includes/class_core.php on line 273


Some of my php script error:

Can't connect to the database server. MySQL said:
Client does not support authentication protocol requested by server; consider upgrading MySQL client
 
Last edited:

taotoon

Well-Known Member
Nov 14, 2004
135
1
166
mysql 4.1.22
Apache 1.3.39
PHP 4.4.7



I enabled these options and it works!
 
Last edited:

hardik

Registered
Dec 30, 2007
1
0
51
Rajot, IN
What did u enable?

Hi,


I have same problem, I go through this thred and found that u solved the problem by enabling something, but somehow image is not showing, could u plz write what did u enable to work the same?

- Hardik
 

taotoon

Well-Known Member
Nov 14, 2004
135
1
166
Ok...

Go to "Apache Update" until "Exhaustive Options List".


Enable "Mysql of the system"
compile mysql support against the system libraries (only option for PHP 4)



I don't know what it is. But it works!