php-windows Digest 16 Jan 2005 17:52:01 -0000 Issue 2537
Topics (messages 25343 through 25344):
MySQL connect problems
25343 by: Joseph L. Mueller
25344 by: Armando
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
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.
--
Joseph L. Mueller
--- End Message ---
--- Begin Message ---
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.
--- End Message ---