0

I have a MySQL DB and I would like to generate its relational diagram. Is there a tool that can connect to the DB and automatically generate it for me?

K-RAN
  • 896
  • 1
  • 13
  • 26

2 Answers2

3

Yes, DEVART's DBForge for MySQL will do this.

There is a free Express edition, I'm not sure it has this functionality, but have a look at: http://www.devart.com/dbforge/mysql/studio/

Johan
  • 74,508
  • 24
  • 191
  • 319
  • I would assume that such a nice feature wouldn't be free or even in the trial lol. Thanks though! If there are any other tools out there please let me know. – K-RAN Oct 20 '11 at 15:23
  • @K-RAN, it's definitely in the trail. – Johan Oct 20 '11 at 15:27
  • 1
    Oh and I'm working on a mac. Which means that I can't use it :( – K-RAN Oct 20 '11 at 15:32
  • 2
    Anyway, here it is a list of features/editions - http://www.devart.com/dbforge/mysql/studio/editions.html – Devart Oct 20 '11 at 15:38
1

If you are a happy owner of IntelliJ IDEA Ultimate Edition, you can use its database tools. IDEA is able to connect to databases and build UML diagrams.

naXa stands with Ukraine
  • 35,493
  • 19
  • 190
  • 259