Login   Register  
PHP Classes
elePHPant
Icontem

File: backup.bat

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Bimal Poudel  >  MySQL access class  >  backup.bat  >  Download  
File: backup.bat
Role: Auxiliary data
Content type: text/plain
Description: backup samle database
Class: MySQL access class
MySQL database access wrapper
Author: By
Last change:
Date: 2009-01-24 05:13
Size: 186 bytes
 

Contents

Class file image Download
@echo off
echo Backing up the database.
echo Help needed? Write to poudel@bimal.org.np

mysqldump -uroot class_database > class_database.dmp

echo Dumping completed.
pause
exit