There is only one truth. It is the source.
May 14, 2015
Use SchemaSpy to produce an HTML-based visual interface for inspecting your database schema.
You'll need to download the JDBC driver for your database. Try one of these links:
Then run:
java -jar schemaSpy_5.0.0.jar -t mysql -dp mysql-connector-java-5.1.32-bin.jar -host localhost -db db_name -u db_user -p db_password -o output_dir
Then open the index.html file in the output directory in your browser.