connection to database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sakurasyi
    New Member
    • May 2006
    • 31

    connection to database

    hi there...

    i'm quite new in PHP...
    i have create a program using PHP 4.3 and MySQL 4.1... the problem is when i want to connect the code to the database, there is an error:

    Warning: mysql_connect() : Client does not support authentication protocol requested by server; consider upgrading MySQL client in... ..

    Can i know why?
    I have using two MySQL with different version (MySQL 4.1 and MySQL 5.0) in different port..
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    Best I can do is point you to the MySQL documentation at www.MySQL.com with the following link http://dev.mysql.com/doc/refman/4.1/en/old-client.html
    That is a chapter called A.2.3. Client does not support authentication protocol, exactly what you are looking for.

    Good luck - Ronald :cool:

    Comment

    Working...