问题
I need to generate er diagram from dump of mysql database. I tryed a lot of tools like MySQL WorkBench and they generate only tables, but not connections between them. I need something like this http://www.cacti.net/downloads/docs/sql/database_schema.pdf (last page). Which software could make it? Thanks.
回答1:
SchemaCrawler for MySQL is a free tool that generates diagrams. SchemaCrawler can infer relationships between tables, based on commonly used naming conventions, and display these with dotted lines. Here is an example diagram:
Sualeh Fatehi, SchemaCrawler
来源:https://stackoverflow.com/questions/17677181/generate-mysql-erd-with-connections