View Single Post
  #2  
Old 12-11-2003, 05:16 PM
mwmdragon's Avatar
mwmdragon
Discordant
 
Join Date: Apr 2003
Location: Winnipeg, Manitoba Canada
Posts: 270
Default use

For those of you who do not know how to use it..

create a new database in SQL

Code:
create database eq52c;
switch to the database you just made

Code:
use eq52c;
Then just source in my SQL dump

Code:
source eq52c-backup.sql;

Thats it Have fun
__________________
Thanks
MWMDRAGON

NeverQuest
http://neverquest.gotdns.com
Emucade
http://dragonsden.emuunlim.com
Reply With Quote