vote up 4 vote down star
2

I'm tired of opening Dia and creating a database diagram at the beginning of every project. Is there a tool out there that will let me select specific tables and then create a database diagram for me based on a MySQL database? Preferably it would allow me to edit the diagram afterward since none of the foreign keys are set...

Here is what I am picturing diagram-wise (please excuse the horrible data design, I didn't design it. Let's focus on the diagram concept and not on the actual data it represents for this example ;) ):

diagram see full size diagram

flag

7 Answers

vote up 13 vote down check

Try MySQL Workbench, formally DBDesigner 4:

http://dev.mysql.com/workbench/

This has a "Reverse Engineer Database" mode as far as I remember,

link|flag
vote up 4 vote down

On a Mac, SQLEditor will do what you want.

link|flag
vote up 1 vote down

@John Downey

With the Free version, you can still generate the schema and diagrams by importing a mysqldump.

link|flag
vote up 1 vote down

Try SchemaBank. They support reverse engineering too.

link|flag
vote up 0 vote down

I believe DB Designer does something like that. And I think they even have a free version.

edit Never mind. Michael's link is much better.

link|flag
vote up 0 vote down

The "Reverse Engineer Database" mode in Workbench in only part of the paid version not the free one.

link|flag
vote up 0 vote down

This http://code.google.com/p/database-diagram/ will reverse engineer your database. Just do an export 'structure only' then paste the SQL into the tool.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.