View Single Post
  #3  
Old 06-04-2002, 08:45 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

mysqldump eq account > account.sql
mysqldump eq characters_ > char.sql

then, create your new database, say eq2.

Then,

mysql eq2 < account.sql
mysql eq2 < char.sql

that should put your old accounts and charcaters into your new database...

then follow shawns directions above
Reply With Quote