View Single Post
  #2  
Old 04-20-2002, 07:19 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

run mysql
mysql> drop database {your database name}
mysql> create database {your database name}
mysql> use {your database name}
mysql> source db9.sql


So in other words the only differance from installing the standard DB and ariak's (or drawde's) is droping your old DB, and the name of the DB file you source. You don't even have to drop your old DB, you can just use a new name, and change the database name in db.ini

If you want to use Lurker0.3 (see "another database" post) then unzip the files somewhere, put a copy of the EQEmu3.0 db.sql file with them and run:

import {your database name}

again if you use a new DB name, change your db.ini
Reply With Quote