[info] The account table set up! menu

User Tag List

Results 1 to 1 of 1
  1. #1
    runiker's Avatar Contributor
    Reputation
    105
    Join Date
    Nov 2007
    Posts
    501
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [info] The account table set up!

    here is the account table just
    save in notpad as a .sql file and
    extract into the database

    Code:
     
    /*
    MySQL Data Transfer
    Source Host: legionwow.servegame.org
    Source Database: serve
    Target Host: legionwow.servegame.org
    Target Database: serve
    Date: 1/28/2008 6:36:01 PM
    */
    SET FOREIGN_KEY_CHECKS=0;
     
    -- ----------------------------
    -- Table structure for accounts
    -- ----------------------------
    CREATE TABLE `accounts` (
      `acct` bigint(20) unsigned NOT NULL auto_increment,
      `login` varchar(255) collate utf8_unicode_ci NOT NULL default '',
      `password` varchar(28) collate utf8_unicode_ci NOT NULL default '',
      `gm` varchar(27) collate utf8_unicode_ci NOT NULL default '',
      `banned` int(1) unsigned NOT NULL default '0',
      `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00',
      `lastip` varchar(15) collate utf8_unicode_ci NOT NULL default '',
      `email` varchar(50) collate utf8_unicode_ci NOT NULL default '',
      `flags` int(11) unsigned NOT NULL default '0',
      `forceLanguage` varchar(5) collate utf8_unicode_ci NOT NULL default 'enUS',
      `muted` int(30) NOT NULL default '0',
      PRIMARY KEY  (`acct`,`login`),
      UNIQUE KEY `acct` (`acct`)
    ) ENGINE=MyISAM AUTO_INCREMENT=157 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

    hope this helps the ppl whos db is missing it lol
    im gald to help!

    [info] The account table set up!

Similar Threads

  1. who has an sql of the accounts table
    By anonymous23 in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 02-03-2008, 02:13 PM
All times are GMT -5. The time now is 02:28 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search