Created
March 20, 2011 01:39
-
-
Save firecall/877981 to your computer and use it in GitHub Desktop.
MYSQL Dump from the command line
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
| mkdir /Users/alex/Desktop/Dropbox/mysql_backup/client/$(date +%Y%m%d_%H%M%S); /usr/local/mysql/bin/mysqldump -h database_host -u username —password=mypassword clients_database > $_/clients_database.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment