Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Database/World Building

Archive::Database/World Building Archive area for General Discussion's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 04-27-2004, 07:33 PM
mikenune
Discordant
 
Join Date: Apr 2004
Location: Gukta
Posts: 359
Default

Just follow this easy guide (assumes you have everything except for the DB installed and configured).
  1. Download the TCMyWorld sources (here and here).
  2. Unzip the files into your "C:\mysql\bin" folder.
  3. Drop to the command line ("Start"->"Run. . ."->"cmd" or "command").
  4. Change your directory to C:\mysql\bin ("cd c:\mysql\bin").
  5. Start the MySQL Monitor with the '-b', '-s', and 'f' switches ("mysql -b -f -s -u root -p"). Enter your password (if you have one) or just press [ENTER].
  6. Create your EQ database ("create database eq;").
  7. Change to your database ("use eq");
  8. Source your SQL files ("source MW055_alpha1.sql" and "source MW055_alpha_02.sql").
  9. Create your EQEMu default user ("INSERT INTO account (id, name, charname, packencrypt, sharedplat, password, status, lsaccount_id, gmspeed, revoked) VALUES (1, 'eqemu', '', '', 0, 'eqemu', 250, NULL, 0, 0);").
The trick is in the switches that have been added to the mysql prompt. They disable the display of everything but errors, shut off that annoying "beep on error" setting, and force MySQL to continue sourcing the files even if it runs into an error.

It will still take a little bit (some estimates say as long as two hours), but that's still less than one fifth the "normal" time!
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 06:17 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3