Skip to content

Instantly share code, notes, and snippets.

@QinMing
Created July 26, 2018 18:14
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 QinMing/2cda1d2d913193474b14793318fbe7fa to your computer and use it in GitHub Desktop.
Save QinMing/2cda1d2d913193474b14793318fbe7fa to your computer and use it in GitHub Desktop.
Run schemaspy
docker run -it --rm --net=host -v $PWD/static:/data mnuessler/schemaspy -hq -t mysql \
-host YOUR-DB.COM \
-u USER \
-p 'PASSWORD' \
-db DB_NAME \
-o /data/FOLDER_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment