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..
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..
Comment