"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
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php