Created
July 26, 2018 18:14
-
-
Save QinMing/2cda1d2d913193474b14793318fbe7fa to your computer and use it in GitHub Desktop.
Run schemaspy
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 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