Automatic Backup
I made these little files to automatically backup/restore your entire database, or just your account and character. Double click on the bat file to backup what you want...
Character Backup.bat backs up your accounts and characters in your databse, and creates the file "CharBackup.sql" in your "C:\mysql\bin" directory.
Database Backup.bat backs up your entire database, and create the file "DatabaseBACKUP.sql" in your "C:\mysql\bin" directory.
To restore the backups:
Open "mysql.exe" in your "mysql\bin" directory and type...
use eq
source CharBackup.sql ]<-- For character/account backup.
source DatabaseBACKUP.sql <-- For database backup.
|