diff --git a/Config.php b/Config.php index c6c537f..2834f8f 100644 --- a/Config.php +++ b/Config.php @@ -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);