vote up 0 vote down star

Are there any free tools available for generating ERDs from an existing MySQL database? I've been given the requirement to generate such documentation for a legacy database and would prefer to not have to do it by hand.

flag

3 Answers

vote up 5 vote down check

MySQL Workbench? http://wb.mysql.com/

link|flag
From what i gather the specific feature of reverse engineering is not free in MySQL workbench. The "Reverse engineer" function is the commercial edition of MySQL Workbench. – Peter Lindqvist Nov 13 at 14:23
vote up 3 vote down

If you by free mean "free for a one-time assignment", you could have a look at Visual Paradigm and use the demo version.

If you need to reverse-engineer and the update/continue working on it i would try the Mysql Workbench as pointed out by Apikot.

Another option would be Toad Data modeler which i believe would be up to task.

Quote from Toad Data Modeler

Reverse engineer already existing database structures and see the existing database structure in form of a diagram.

link|flag
vote up 3 vote down

I believe Toad supports RE (reverse engineering):

http://www.toadsoft.com/toadmysql/Features.htm

  • Quickly diagram all tables in a schema.
link|flag

Your Answer

Get an OpenID
or

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