Paul Makepeace wrote: > Do people have a favorite MySQL schema -> (ER)diagram tool? Basically a > quick way of visualising a database. Ideally one that sucks out the schema > from the db itself, altho' I guess a mysqldump-driven one would be fine too. I use SQL::Translator for that http://search.cpan.org/dist/SQL-Translator/ Dave...