Looking for a tool that will automatically create a graphical representation of a MySQL DB schema from a live database, showing tables, columns, and relationships (an ER diagram). Ideally something that would run on OS X would be great but I'll take what I can get and run it on a different machine if necessary.
I checked Google and del.icio.us. Seems most products that do this are commercial. I guess they're expensive to develop?
MySQL has the Workbench but it costs extra for the reverse engineering features.
This open source tool SchemaSpy looks kind of promising, but maybe a little awkward to install and use. Before I dive into that, I thought I'd check whether anyone knows of something more "instant gratification."