Geek400

open.subinsb.com

Dec 22nd, 2013
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- phpMyAdmin SQL Dump
  2. -- version 4.0.5
  3. -- http://www.phpmyadmin.net
  4. --
  5. -- Host: localhost
  6. -- Generation Time: Dec 22, 2013 at 06:21 AM
  7. -- Server version: 5.1.71
  8. -- PHP Version: 5.3.3
  9.  
  10. SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
  11. SET time_zone = "+00:00";
  12.  
  13. --
  14. -- Database: `open`
  15. --
  16.  
  17. -- --------------------------------------------------------
  18.  
  19. --
  20. -- Table structure for table `users`
  21. --
  22.  
  23. DROP TABLE IF EXISTS `users`;
  24. CREATE TABLE IF NOT EXISTS `users` (
  25.   `id` INT(11) NOT NULL AUTO_INCREMENT,
  26.   `username` text NOT NULL,
  27.   `password` text NOT NULL,
  28.   `psalt` text NOT NULL,
  29.   `name` VARCHAR(100) NOT NULL,
  30.   `udata` text NOT NULL,
  31.   PRIMARY KEY (`id`)
  32. ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=158 ;
Advertisement
Add Comment
Please, Sign In to add comment