DEV Community

Discussion on: How to Visualize Your MySql Database with One Command (and Nothing to Install)

Collapse
 
jplindstrom profile image
Johan Lindstrom

Does this actually work?

I'm just getting

SchemaCrawler 16.16.7

Error: Graphviz was not available to create the requested diagram.

Please reinstall Graphviz, and make it available on the 
system PATH. If you are unable to install Graphviz, make
https://github.com/nidi3/graphviz-java jar files available
to SchemaCrawler, in the lib/ folder. Otherwise, consider 
generating a DOT file in scdot format.
Enter fullscreen mode Exit fullscreen mode
Collapse
 
sualeh profile image
Sualeh Fatehi

Yes, it does work. The error is possibly due to incorrect mapping of the output paths for the diagram image file. Please follow the steps exactly, and also take a look at github.com/schemacrawler/SchemaCra...
Then you will need to work out how to map the paths correctly for your use case.