Phoenix
11-07-2004, 04:51 PM
i'm making my computer into an sql/php server so that i can test code w/o an internet connection. I can't seem to get a user/password login. i tried root//root but it still won't connect.
If anyone has any help to offer on this matter i would be very thankful.
here's my login code just in case it's the problem
$host = 'localhost';
$user = 'root';
$password = 'root';
$dbcon = @mysql_connect($host,$user,$password);
If anyone has any help to offer on this matter i would be very thankful.
here's my login code just in case it's the problem
$host = 'localhost';
$user = 'root';
$password = 'root';
$dbcon = @mysql_connect($host,$user,$password);