This commit is contained in:
Evelyn 2025-12-17 10:38:24 +07:00
parent dab3e2c8b0
commit 8f5b89a32e

View File

@ -1,8 +0,0 @@
<?php
$conn = new mysqli("localhost", "root", "", "users_db", 3307);
if ($conn->connect_error) {
die("❌ GAGAL: " . $conn->connect_error);
}
echo "✅ KONEKSI BERHASIL";
?>