make test.php in server DocumentRoot
vi testmysql.php
$db = "";
$host = "localhost";
$user = "root";
$password = "";
$connection = mysql_connect($host, $user, $password) or die ("Could not connect to database");
echo "success";
?>
http://serverip/testmysql.php
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment