what is the best software to draw ERD for a mysql database for windows [closed]

为君一笑 提交于 2019-12-06 05:27:43

问题


What is the best software to draw ERD in Windows for a MySQL database.


回答1:


You can also use staruml

http://staruml.sourceforge.net/en/modules.php

http://staruml.sourceforge.net/docs/StarUML_5.0_Developer_Guide.pdf (see chapter 10 for instruction on creating ER, and installing ER module)




回答2:


I've been using MySQL Workbench for a couple of months now (the community version) and I am very pleased with the result.

MySQL Workbench it is based on DBDesigner4 which was another great tool.




回答3:


If you use a decent web browser on Windows, go try SchemaBank. They have native support for MySQL.




回答4:


I've used an open-source Java-based tool called SchemaSpy recently and it worked very well.

SchemaSpy analyzes schema metadata, letting you click through the hierarchy of tables' parent/child relationships. Works with just about any RDBMS that supports JDBC (Oracle/MySQL/DB2/SQL Server/PostgreSQL/Sybase/etc). Also identifies common anomalies.




回答5:


Visio has a Database Model Diagram template that can be used to draw Entity-Relation Diagrams.




回答6:


I've used Toad Data Modeler before with good results.



来源:https://stackoverflow.com/questions/1283505/what-is-the-best-software-to-draw-erd-for-a-mysql-database-for-windows

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!