Skip to content

Instantly share code, notes, and snippets.

@gemmadlou
Created July 19, 2019 11:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gemmadlou/84a9aa84acac07b23e3d72725e93e996 to your computer and use it in GitHub Desktop.
Save gemmadlou/84a9aa84acac07b23e3d72725e93e996 to your computer and use it in GitHub Desktop.
Run mysql import using docker
docker run --rm -v ~/.my.cnf:/etc/my.cnf mysql:5.7 mysql --defaults-group-suffix=_accounts -e "show databases;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment