From 00d8836e875828125630c81008c84960c8122689 Mon Sep 17 00:00:00 2001 From: SatryaIrvannurYudha Date: Tue, 9 Jun 2026 16:51:24 +0700 Subject: [PATCH] fix: update database connection host in buat_db --- buat_db.php | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/buat_db.php b/buat_db.php index 13664b4..9b80066 100644 --- a/buat_db.php +++ b/buat_db.php @@ -1,20 +1,32 @@ ✅ Migrasi Berhasil!"; - echo "Semua tabel termasuk tabel 'users' berhasil dibuat di server database."; + echo "

✅ Migrasi Struktur Tabel Berhasil!

"; + echo "Tabel 'users' dan tabel lainnya sudah sukses dibuat di server kampus."; + echo "

👉 Klik di sini untuk kembali ke halaman Login"; } else { - echo "❌ Gagal mengeksekusi SQL: " . mysqli_error($conn); + echo "❌ Gagal memasukkan tabel: " . mysqli_error($conn); } } else { - echo "❌ File create_tables.sql tidak ditemukan di server!"; + echo "❌ File create_tables.sql tidak ditemukan di server Anda!"; } ?> \ No newline at end of file