Skip to content

Instantly share code, notes, and snippets.

@febridev
Last active February 8, 2017 09:42
Show Gist options
  • Save febridev/a17a92b305328de29ca583e0483a5f64 to your computer and use it in GitHub Desktop.
Save febridev/a17a92b305328de29ca583e0483a5f64 to your computer and use it in GitHub Desktop.
Batch mysqldump.exe backup_database
##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