Created
June 28, 2016 17:42
-
-
Save mwin007/1e236d75346b4868b55b9d34f9af9a52 to your computer and use it in GitHub Desktop.
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 -P3306 -h<ip of host> -u<user> -p database > /tmp/database.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment