Fix: DB name moty -> chocomae, DB user moty -> chocomae
This commit is contained in:
@@ -6,9 +6,9 @@ if($hasServiceDBSetting == true) {
|
||||
include("./../setup/service_db_setting.php");
|
||||
} else {
|
||||
$db_host = "localhost";
|
||||
$db_user = "moty";
|
||||
$db_user = "chocomae";
|
||||
$db_passwd = "sEobMPuJ2A8KTfwU";
|
||||
$db_name = "moty";
|
||||
$db_name = "chocomae";
|
||||
}
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ if ($db_conn->connect_error) {
|
||||
send_result_fail();
|
||||
exit;
|
||||
} else {
|
||||
$query = "USE moty";
|
||||
$query = "USE chocomae";
|
||||
$result = mysqli_query($db_conn, $query);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user