Re: database diagram program...
am 05.01.2006 20:31:00 von Bill Karwin
wrote in message
news:1136473087.672457.135890@z14g2000cwz.googlegroups.com.. .
> I'm wondering if you have any good suggestions on program to create an
> ER diagram of a database... (sort of like the one shipped with MS SQL
> (sorry for cursing in this group :)))
Have you seen DBDesigner 4? It can connect to a MySQL database, analyze the
tables and fields, and produce an ER diagram. And it's free!
http://www.fabforce.net/dbdesigner4/
Also, there's a successor to DBDesigner, called MySQL Workbench.
It's still in alpha release, but here's the announcement with links to
download:
http://forums.mysql.com/read.php?113,44592,44592#msg-44592
Regards,
Bill K.