Saving Character Info for an Upgrade
Is there a way to export character information if I want to upgrade to the latest version of EQEmu?
|
I always do this before updating my database
mysqldump is a binary program like mysql.. The general format of it is mysqldump <database name> <tablename> so, this should do it for you.. mysqldump eq character_ > character.sql mysqldump eq account > account.sql Then , after the new database is is place (new db.sql, or updated one) mysql eq < character.sql mysql eq < account.sql (assuming your database name is eq) |
Thanks!
Thank you,
I'll give that a try. |
I've been looking for a way to make mysqldump use REPLACE INTO instead of INSERT INTO, does anyone know if this is possible?
|
All times are GMT -4. The time now is 11:16 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.