Last active
February 8, 2017 09:42
-
-
Save febridev/a17a92b305328de29ca583e0483a5f64 to your computer and use it in GitHub Desktop.
Batch mysqldump.exe backup_database
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##locate this file on xampp/mysql/bin | |
##and create Task Schedule on Your Windows | |
mysqldump.exe --user=yourUser --password=yourPassword --host=localhost --port=3306 --result-file="D:\winorcl\dump.sql" --all-databases |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment