开发者

Does exist a free software that gives you Entity-Relation Diagram from a SQL file? [closed]

Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

开发者_运维百科

Closed 11 years ago.

Improve this question

I have a .sql file representing my phpmyadmin database. I want to see the entity relation diagram of it. Does exist an easy and free software that shows it from a SQL file? Thanks.


You could MySQL workbench : http://wb.mysql.com/

As I understand, it allows you to reverse engineer the diagram from the SQL


I haven't tried this myself and the last update was in 2009, but maybe it helps in your case: http://sourceforge.net/projects/sql2diagram/


Maybe. To do something useful with a DB dump, you need to load it into a DB first. All analyzers that I know of connect to a database and then do their magic; if they did it differently, they would need to learn each DB dump format, then import that into an internal database for analysis. Why complicated when you can do it simple?

For free ER analysis, there are many options. Any decent DB admin tool can do it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜