Created
March 27, 2014 13:44
-
-
Save tahirm/9807865 to your computer and use it in GitHub Desktop.
mysqldump command to dump a remote database in locally. #db #sql #mysql #mysqldump #remote
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
mysqldump -u USER -p -h dev.incuray.com DATABASE > /path/to/output/file/DATABASE.sql; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry but your script doesn't work