View Single Post
  #2  
Old 05-31-2002, 01:08 PM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

Quote:
Usage:
Create an empty database named eq33 in mysql.
example:
start mysql, and run the following commands
drop database eq33;
create database eq33;

Quote:
Unzip all the files to your mysql\bin dir
From the command line type mysql -f eq33 < go.sql
Replace eq33 above with another empty DB name if you wish.
Then just make sure your db.ini file has database=eq33 in it.

That is it.
__________________
Please read the forum rules and look at reacent messages before posting.
Reply With Quote