first, u have to install the mysql. :-)
and u have to know your mysql password...
maybe you can try this...
$connection=mysql_query("localhost","root","");
if ($connection) {
echo "Connection to mysql Good";
} else {
echo "Connection to mysql Failed";
}
hope this can help u..
Rio Uni
What was the error message given? Are you sure that mysql is running and
working properly?
Jeff
> Hello,
>
> I have installed php4 rpm in my machine.while connecting php with
> mysql it is giving fatal error.I have given like this
>
> mysql_connect("$servername","$username","$password");
>
2 matches
Mail list logo