Last active
August 30, 2018 12:26
-
-
Save kevthanewversi/770203edd3f244667f2d8f3b52e9f646 to your computer and use it in GitHub Desktop.
database 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
#!/bin/bash | |
mysqldump -u username -pxxxxx titandb1 --single-transaction --quick --lock-tables=false > titandb1-backup-$(date +%F).sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment