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.
|