View Single Post
  #1  
Old 03-27-2003, 10:19 AM
Monrezz's Avatar
Monrezz
Dragon
 
Join Date: Mar 2003
Location: #loc
Posts: 745
Default 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.
__________________

kRPG Profile
Reply With Quote