twilightnights Posted June 13, 2007 Share Posted June 13, 2007 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'); Quote Link to comment https://forums.phpfreaks.com/topic/55480-cant-get-php-to-connect-to-mysql-41-properly/ Share on other sites More sharing options...
fenway Posted June 17, 2007 Share Posted June 17, 2007 This is an OLD_PASSWORD() issue. Quote Link to comment https://forums.phpfreaks.com/topic/55480-cant-get-php-to-connect-to-mysql-41-properly/#findComment-276329 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.