Created
September 9, 2020 10:35
-
-
Save dimonchoo/447d212513d17a8913619c45b6e05d19 to your computer and use it in GitHub Desktop.
docker mysql dump restore
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
sudo docker exec -i CONTAINER /usr/bin/mysql -u root --password=root DATABASE_NAME < localhost.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment