I am using the following statement to connect to MySQL using PHP on Windows 2000.
$connect = mysql_connect("localhost", "root", "azbycx") or die (mysql_error());
Unfortunately I get the following error.
Warning: mysql_connect() [function.mysql-connect.chm]: Can't connect to MySQL server on...