eq2_database_schema

Development forum for the EQ2Emulator Database project.

Moderator: Team Members

Post Reply
kouhei
Posts: 10
Joined: Thu Jul 26, 2007 3:31 am

eq2_database_schema

Post by kouhei » Sun Dec 30, 2007 6:17 pm

I am tring to find the sql for the database. I tried doing a search for database schemas. Is there a link to the sql files.

User avatar
alfa
Team Member
Posts: 550
Joined: Fri Jul 27, 2007 6:24 pm
Location: France
Contact:

Post by alfa » Sun Dec 30, 2007 6:43 pm

For now the only way to get database is to run server with correct DB options (server will download and create/update your DB
Fight with me... Or die, like the rest.
J.A. say: "I think Xinux tried to tell me this, but I ignore most things he suggests."

Diamente
Retired
Posts: 45
Joined: Mon Jul 30, 2007 7:49 am
Location: Oklahoma

Post by Diamente » Mon Dec 31, 2007 12:43 am

Assuming you have your own server setup, you can always get a (basic) schema by doing

Code: Select all

mysqldump --no-data eq2 -uroot -p[your mysql root password] > c:\eq2_database.sql
Until we get some code and database development information into the Wiki, this is the best bet for getting an idea of the schema.
Also note that the database schema is still in as much of an Alpha stage as the Emulator code itself, so it may change frequently. Until we get pretty steady with the way the database is designed, we will probably hold off on a fancy "official" schema in the Wiki.

Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests