Created
December 11, 2019 18:22
-
-
Save neo0910/e4b99dae41e6746d32bb19548550b838 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
docker exec -i your_container mysqldump -uyour_user -pyour_password --databases database_name --skip-comments > /path/to/my/dump.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment