Hi All,

I am hoping this question has already been answered somewhere and I just can't find 
it. I recently had my machine upgraded from WindowsNT to Windows2000. Since this 
upgrade my access to my MySQL database is degraded noticeably. There seems to be a 
constant delay when I connect to the database. Here is the code PHP I am using as a 
test:

<?
$host = "142.226.186.222";
$user = "root";
$pass = "";
mysql_connect($host,$user,$pass);
?>

Has anyone else encountered this problem before? I am using MySQL 3.23.41, PHP 4.0.6, 
and Apache 1.3.20.

John Griffin


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to