Re: MySQL connect problems

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Armando wrote:
If you upgraded to 4.1.x from 4.0.x then it's likely you need updated libraries (DLL files).

Armando

Joseph L. Mueller wrote:

Just upgraded to MSQL 4.1.8 and PHP 4.3.10 and am running apache 2.0.43 on Win XP. When trying to connnect to Mysql I get the following error:
"Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in C:\Documents and Settings\Owner\My Documents\My Website\listing8.1.php on line 3"


Listing8.1.php contains the following:
<?php
error_reporting (E_ALL);
$conn = mysql_connect("localhost", "joeuser", "somepass");
echo "$conn";
?>
Any help would be appreciated.
I resolved my problem by going to PHP 5.0.3.

--
Joseph L. Mueller

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux