Log in

View Full Version : What is the easiest way to view the PEQ database?


rathma01
10-26-2009, 08:35 PM
Does anyone know what the easiest/fastest way to create and be able to view the full PEQ database? (Or any EQ EMU database)

Specifically I'm looking for the following:
A program or environment or something to execute the SQL commands to populate/create a database. I have what I think is called an SQL seed file or something like that, but I don't have a program to execute the commands and create the tables. After it's created, a way to view the tables. I don't necessarily need a GUI editor, I know some SQL, I just need something to be able to execute SQL commands on the tables.

I have windows and linux (ubuntu) at my disposal. Thanks!

Note: I don't want to create the database to use with a server, just to look it over.

Shin Noir
10-26-2009, 08:36 PM
http://dev.mysql.com/doc/refman/5.1/en/mysql.html

http://www.pantz.org/software/mysql/mysqlcommands.html

http://code.google.com/p/projecteqdb/source/browse/trunk/peqdatabase/readme.txt

http://dev.mysql.com/doc/refman/5.0/en/batch-commands.html

http://dev.mysql.com/downloads/gui-tools/5.0.html

http://www.georgestools.eqemulator.net/

http://www.projecteq.net/phpBB2/viewtopic.php?t=957

I guess a step-by-step explanation would be easier. Guess someone should write one to update the readme?

rathma01
10-26-2009, 09:45 PM
The first link you posted was perfect, just needed a place to start. Thanks a lot. :)