Jump to content

Can't get php to connect to mysql 4.1 properly


twilightnights

Recommended Posts

I am using the exact same syntax as my 4.0 databases that work and everytime i get this error message

 

"Could not connect: Client does not support authentication protocol requested by server; consider upgrading MySQL client"

 

which I am assuming there is something wrong with the php code.. how do I fix it..

 

mysql_connect('x,'x','x') or die('Could not connect: ' . mysql_error());

mysql_select_db('x');

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.