mahendradwipurwanto

no7

Jan 30th, 2018
12,643
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.42 KB | None | 0 0
  1. -- phpMyAdmin SQL Dump
  2. -- version 4.2.7.1
  3. -- http://www.phpmyadmin.net
  4. --
  5. -- Host: 127.0.0.1
  6. -- Generation Time: 07 Jan 2018 pada 04.03
  7. -- Versi Server: 5.6.20
  8. -- PHP Version: 5.5.15
  9. --
  10. -- Struktur dari tabel `login_multi`
  11. --
  12.  
  13. CREATE TABLE IF NOT EXISTS `login_multi` (
  14. `id_user` int(11) NOT NULL,
  15.   `username` varchar(20) NOT NULL,
  16.   `password` varchar(20) NOT NULL,
  17.   `level` enum('admin','user','','') NOT NULL
  18. )
Add Comment
Please, Sign In to add comment