简体   繁体   中英

Database modeling tool to generate E-R diagrams from schema or any other tool to visually represent the MySQL DB schema

I have inherited a mysql schema with around two dozen tables. I would like to create an ER diagram (or some form of visual representation) from my the create table statements. I am looking for free open source tools which will help me do this. This will help me understand the schema better and aid others as well.

Do people have experiences with any open source tools which will help me do this? Any suggestions/recommendations will be great.

While it won't automatically do it for you, Dia would be a good place to start. It is open source and even has special tools to help with ER diagrams. I actually just finished creating an ERD for a class with this program.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM