Last active
March 22, 2024 10:48
-
-
Save VernonGrant/754f84c7c972ce341e66562cd5fff393 to your computer and use it in GitHub Desktop.
Docker import database into mysql container
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 276ae51c353e1 mysql -uusername -ppassword databasename < ../database.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment