View Single Post
  #4  
Old 04-20-2002, 09:38 AM
LANkrypt0
Fire Beetle
 
Join Date: Apr 2002
Posts: 18
Default

Let me just ask to clarify.

As per the readme, the database name is eq.

So if I wanted to use Araik's DB I would just need to:

run mysql
[then type]
mysql> drop database eq
mysql> create database eq
mysql> use eq
mysql> source db9.sql

And that would source the db9.sql into the database named eq correct? And since it (database eq) is called in db.ini, that should work ok?

Thanks in advance.
Reply With Quote