Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- phpMyAdmin SQL Dump
- -- version 4.0.5
- -- http://www.phpmyadmin.net
- --
- -- Host: localhost
- -- Generation Time: Dec 22, 2013 at 06:21 AM
- -- Server version: 5.1.71
- -- PHP Version: 5.3.3
- SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
- SET time_zone = "+00:00";
- --
- -- Database: `open`
- --
- -- --------------------------------------------------------
- --
- -- Table structure for table `users`
- --
- DROP TABLE IF EXISTS `users`;
- CREATE TABLE IF NOT EXISTS `users` (
- `id` INT(11) NOT NULL AUTO_INCREMENT,
- `username` text NOT NULL,
- `password` text NOT NULL,
- `psalt` text NOT NULL,
- `name` VARCHAR(100) NOT NULL,
- `udata` text NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=158 ;
Advertisement
Add Comment
Please, Sign In to add comment