Created
May 3, 2017 09:13
-
-
Save draev/e8d5f4c78f5e03037eb07bf086436a6f to your computer and use it in GitHub Desktop.
Run MysqlDump in Docker Container
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
cat dump.sql | docker exec -i mysql /usr/bin/mysql -u root --password=password database |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment