Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MYsql connection/PHP

Status
Not open for further replies.

rbvcbr

IS-IT--Management
Mar 4, 2007
58
US
I am getting the following message, when I installed mysql client version 5.1.11. I get this message when I tried to connect through PHP. I am using, windows XP professional.
Any help please. Thanks,

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

 
that sounds like a browser compatibility problem but that is just a guess
 
PHP provides a set of functions with a prefix of mysqli for use with MySQL version 4.1 and above. PHP's mysql functions use an older authentication protocol which is not recognized by newer versions of MySQL. See this page for more details.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top