Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- phpMyAdmin SQL Dump
- -- version 3.3.7deb7
- -- http://www.phpmyadmin.net
- --
- -- Host: localhost
- -- Erstellungszeit: 02. August 2012 um 15:46
- -- Server Version: 5.1.61
- -- PHP-Version: 5.3.3-7+squeeze8
- SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
- /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
- /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
- /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
- /*!40101 SET NAMES utf8 */;
- --
- -- Datenbank: `gtasamp`
- --
- -- --------------------------------------------------------
- --
- -- Tabellenstruktur für Tabelle `account_data`
- --
- CREATE TABLE IF NOT EXISTS `account_data` (
- `id` mediumint(7) NOT NULL AUTO_INCREMENT,
- `name` varchar(24) NOT NULL,
- `password` varchar(32) NOT NULL,
- `registertime` int(10) NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=14 ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement