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.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-23-2002, 09:02 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

Installing this is really not that hard!

Replace the database names eq31 and eq32 with what ever you use.

copy db.sql from eqemu 3.2 zip to c:\mysql\bin directory
copy all files from drawde's 0.95 zip to c:\mysql\bin directory

run mysql

Optionally drop an old database
mysql>drop database eq31;

mysql>create database eq32;
mysql>use eq32;
mysql>source db.sql;
mysql>source rebuilddb.sql;
mysql>exit

your done!

You can delete the files you copied into c:\mysql\bin, or just leave them there till you install a newer DB

The only differance is that you have to source 2 files instead of 1
Reply With Quote
Reply

Thread Tools
Display Modes

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 10:27 AM.


 

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