Last active
November 20, 2021 19:13
-
-
Save josfaber/a003eddeb4513e50dff4e67f04723842 to your computer and use it in GitHub Desktop.
Import database into docker mysql
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 mysql_container mysql -uroot -prootpassword dbname < ./dbdump.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment