Skip to content

improy/MySQL-DataBase-backup-using-windows-bat-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

One Click Automatic Backup All Your MySQL Database in zip format Using Windows Batch file

  • Use this to Backup all of your MySQL databases on your local WAMPServer machine.
  • It will create a backup file in separate gzipped sql files.
  • You can also automate the execution of this script using Windows Task Scheduler.

How to Use

  1. To do this you will need to create a *.bat file (using notepad). Open up notepad and copy and paste the script below.
  2. You will require to change the dbUser, dbPassword, backupDir, mysqldump, mysqlDataDir and zip file/app locations.
  3. Save the file as mysqlbackup.bat
  4. This script will now be executable. Go to your command prompt and run this to backup your databases.

Find more at http://www.proy.info/one-click-automatic-backup-all-your-mysql-database-in-zip-format-on-windows/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published