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.