Hi
I just upgraded from MySQL 4.0.something to 4.1.1 (alpha).
When I try to connect to MySQL in a PHP script, I get the following error:
"mysql_connect( ): Client does not support authentication protocol
requested by server; consider upgrading MySQL client in file.php on line
130"
I have not changed anything in my PHP configuration. I can connect to
MySQL with the user/password used in PHP from the command line (with
mysql.exe).
This is with Windows XP Pro and PHP 4.3.3.
Thanks.
I just upgraded from MySQL 4.0.something to 4.1.1 (alpha).
When I try to connect to MySQL in a PHP script, I get the following error:
"mysql_connect( ): Client does not support authentication protocol
requested by server; consider upgrading MySQL client in file.php on line
130"
I have not changed anything in my PHP configuration. I can connect to
MySQL with the user/password used in PHP from the command line (with
mysql.exe).
This is with Windows XP Pro and PHP 4.3.3.
Thanks.
Comment