/var/www/chingyingtkd.club/configure.php


1
2
3
4
5
6
7
8
9
<?php
$dbh 
mysql_connect("192.168.171.21""chingyingtkdsa""mc83i23y");

if (!
$dbh) {
   die(
'Could not connect: ' mysql_error());
}
$selected mysql_select_db("chingyingtkddb",$dbh
    or die(
"Could not select first_test");
?>