Home

Geeklog: What I Learnt Today / Adam

Generating database diagram from .dot file

> Found this article on generating a MySQL database diagram from Sequel Pro for someone just to give someone an idea of what the structure of the database of the system they would be taking on. We used this as something to use as a starting point in discussions.

fdp -Tpng WordPress.dot > wordpress-database-diagram.png

The information came from here http://mattlangtree.com.au/2011/11/15/erd-diagrams-from-sequel-pro/
and you get something that looks like this from a WordPress database.

/ Adam