Log in

View Full Version : Automatic Backup


Monrezz
03-27-2003, 10:19 AM
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.

UrineTrouble
05-01-2003, 09:47 AM
Awesome tool, Mon. I think this one's gonna get used a lot.[/i]

Pinghan
05-02-2003, 05:54 PM
Thanks man ! This is what I need , seems it will be very useful for
many ppls :)

cannonalldex
06-23-2003, 12:17 AM
where can i get these?

Monrezz
06-23-2003, 04:04 AM
I don't mind if you post it or whatever. Do whatever you want with them :)

SuprSurfr
06-23-2003, 02:15 PM
Where's the files?