Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. -- phpMyAdmin SQL Dump
  2. -- version 3.3.7deb7
  3. -- http://www.phpmyadmin.net
  4. --
  5. -- Host: localhost
  6. -- Erstellungszeit: 02. August 2012 um 15:46
  7. -- Server Version: 5.1.61
  8. -- PHP-Version: 5.3.3-7+squeeze8
  9.  
  10. SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
  11.  
  12.  
  13. /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
  14. /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
  15. /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
  16. /*!40101 SET NAMES utf8 */;
  17.  
  18. --
  19. -- Datenbank: `gtasamp`
  20. --
  21.  
  22. -- --------------------------------------------------------
  23.  
  24. --
  25. -- Tabellenstruktur für Tabelle `account_data`
  26. --
  27.  
  28. CREATE TABLE IF NOT EXISTS `account_data` (
  29. `id` mediumint(7) NOT NULL AUTO_INCREMENT,
  30. `name` varchar(24) NOT NULL,
  31. `password` varchar(32) NOT NULL,
  32. `registertime` int(10) NOT NULL,
  33. PRIMARY KEY (`id`)
  34. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=14 ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement