Does exist a free software that gives you Entity-Relation Diagram from a SQL file? [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
开发者_运维百科Closed 11 years ago.
Improve this questionI 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.
精彩评论