Created
January 5, 2019 17:02
-
-
Save cmd-save/5db7a33b293032b5f1b81a0cd7bfb356 to your computer and use it in GitHub Desktop.
Windows MySQL Dump
This file contains hidden or 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
| mysqldump.exe --user=root --password=Salmiya81 --max_allowed_packet=5G --host=localhost --port=3306 --result-file="F:\DBBackup\backup.%date:~10,4%%date:~7,2%%date:~4,2%.sql" --default-character-set=utf8 --single-transaction=TRUE --databases "fogbugz2018" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment