score nya udh nyambung ke database

This commit is contained in:
Daud 2025-12-14 16:01:47 +07:00
parent 19d79bba5f
commit 88b5fdf1c8

View File

@ -3,7 +3,7 @@
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Dec 14, 2025 at 08:39 AM
-- Generation Time: Dec 14, 2025 at 08:58 AM
-- Server version: 8.0.30
-- PHP Version: 8.1.10
@ -46,7 +46,8 @@ INSERT INTO `users` (`id_user`, `nama`, `username`, `password`, `score`) VALUES
(5, 'hentai', 'untung', '25f9e794323b453885f5181f1b624d0b', 0),
(6, 'kepin', 'kepin', '202cb962ac59075b964b07152d234b70', 0),
(8, 'ayam', 'ayam', '202cb962ac59075b964b07152d234b70', 2),
(9, 'ayam2', 'ayam2', '289dff07669d7a23de0ef88d2f7129e7', 35);
(9, 'ayam2', 'ayam2', '289dff07669d7a23de0ef88d2f7129e7', 35),
(10, 'terserah', 'terserah', '698d51a19d8a121ce581499d7b701668', 12);
--
-- Indexes for dumped tables
@ -66,7 +67,7 @@ ALTER TABLE `users`
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
MODIFY `id_user` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
MODIFY `id_user` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;