Login   Register  
PHP Classes
elePHPant
Icontem

File: restore.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  >  restore.bat  >  Download  
File: restore.bat
Role: Auxiliary data
Content type: text/plain
Description: Create database - script
Class: MySQL access class
MySQL database access wrapper
Author: By
Last change:
Date: 2009-01-24 05:15
Size: 188 bytes
 

Contents

Class file image Download
@echo off
echo Restoring the database.
echo Help needed? Write to poudel@bimal.org.np
echo .
echo Are you sure to restore?

mysql -uroot class_database < class_database.dmp

exit