Skip to content

Instantly share code, notes, and snippets.

@josfaber
Last active November 20, 2021 19:13
Show Gist options
  • Save josfaber/a003eddeb4513e50dff4e67f04723842 to your computer and use it in GitHub Desktop.
Save josfaber/a003eddeb4513e50dff4e67f04723842 to your computer and use it in GitHub Desktop.
Import database into docker mysql
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