Thread: Database backup
View Single Post
  #3  
Old 03-10-2005, 10:23 PM
sysadmin
Hill Giant
 
Join Date: Feb 2005
Posts: 163
Default

Paste this on a batch file and run it, will do a complete database backup, just replace eq with your database name.

Quote:
cd\
cd \mysql\bin
mysqldump -u root eq > eqbackup.sql
exit
Reply With Quote