Log in

View Full Version : Database


strifex21
01-01-2003, 10:48 AM
How do i install a database i d/led one and all it had was a sql file i have no idea where to put it i tried eqemu dir im pretty much a noob and just got my server up

KSHAR
01-02-2003, 03:27 PM
The Readme explains how to source the DB files used with the EMU. However try this:

1. Place DB file in MYSQL bin directory.
2. Start MYSQL.exe.
3. At the prompt type use eq;
4. Type source "name of the db file"

Hope that helps.