database 为 PHPMyadmin DB 自动生成数据库图?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11246593/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Auto Generate Database Diagram for PHPMyadmin DB?
提问by Ravichandran Jothi
i want tool for to generate DB diagram below, i need to generate particular db tables structure like below,
我想要生成下面的数据库图的工具,我需要生成如下特定的数据库表结构,


how can i do that?...is there any free tool or application is available for that. i already tried navicat8lite_ora_en and HeidiSQL. but i can't make it work.
我该怎么做?...有没有可用的免费工具或应用程序。我已经尝试过 navicat8lite_ora_en 和 HeidiSQL。但我不能让它工作。
采纳答案by Steven Scott
MySQL Workbenchwill reverse engineer and engineer scripts for you. Output will be similar to what you have above, but not identical.
MySQL Workbench将为您逆向工程和设计脚本。输出将类似于您上面的输出,但不完全相同。
回答by Suresh Kamrushi
Yes you can generate ERD with PHPMyAdmin. PHPMyadmin added this functionality from version 3.4
是的,您可以使用 PHPMyAdmin 生成 ERD。PHPMyadmin 从 3.4 版添加了此功能
detail step to generate ERD: http://sforsuresh.in/generating-erd-using-phpmyadmin/
生成 ERD 的详细步骤:http: //sforsuresh.in/generating-erd-using-phpmyadmin/
You can refer to PHPMyAdmin documentation for more info: http://www.phpmyadmin.net/documentation/#pmadb
您可以参考 PHPMyAdmin 文档了解更多信息:http://www.phpmyadmin.net/documentation/#pmadb
回答by Bartek
Try Vertabelo. It's an online database modeler working under Chrome. It is:
试试Vertabelo。这是一个在 Chrome 下工作的在线数据库建模器。这是:
- free to use,
- OS independent,
- allows versioning,
- supports model validation,
- generates SQL scripts for particular database:
- allows sharing your DB model with other members of your team,
- allows reverse engineering- so you can easily migrate your database to Vertabelo,
- suports following databases:
- PostgreSQL,
- MySQL,
- Oracle,
- IBM DB2,
- HSQLDB,
- MS SQL Server.

