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
|