add config.php
This commit is contained in:
parent
414178b437
commit
f1c677b005
@ -5,7 +5,7 @@ $user = "root";
|
||||
$password = "";
|
||||
$database = "users_db";
|
||||
|
||||
$conn = new mysqli($host, $user, $password, $database);
|
||||
$conn = new mysqli("localhost", "root", "", "users_db", 3307);
|
||||
|
||||
if ($conn->connect_error) {
|
||||
die("Koneksi gagal: " . $conn->connect_error);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user