View Single Post
  #8  
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