Auto Generate Database Diagram MySQL
Translations
Englishالعربية
български
català
中文
čeština
dansk
Nederlands
eesti
suomi
français
Deutsch
Ελληνικά
עברית
हिंदी
magyar
Bahasa Indonesia
italiano
日本語
한국어
latviešu
lietuvių
norsk
polski
Português
română
русский
slovenčina
slovenski
español
svenska
ไทย
Türkçe
українська
Tiếng Việt
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 ;) ):
This question and answers originated from www.stackoverflow.com
Question by cmcculloh (8/5/2008 3:45:02 PM)
Answer |
Try MySQL Workbench, formally DBDesigner 4:
http://dev.mysql.com/workbench/
This has a "Reverse Engineer Database" mode as far as I remember,
Answer by Michael Stum
Find More Answers
Related Topics mysql database database-design tools diagram