From: "James Hamilton" <[EMAIL PROTECTED]>
> current testing code:
>
> $link = mysql_connect("localhost", "user", "pass" )
> or die("Could not connect : " . mysql_error());
> print "Connected successfully";
> mysql_select_db("name") or die("Could not select database");
> print "connected";
>
> with user = null && pass=null && name=test then I can access the test db
> with no probs
How did you create this new user?
---John Holmes...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php