Is there a way I can create an Entity Relationship Diagram for my PHPMyAdmin database?
Asked
Active
Viewed 2.0k times
2 Answers
2
AFAK it can't be done using PHPMyAdmin but take a look on MySQL workbench it's a great tool to do this and you can connect to your local/remote database server.
Jorge Zapata
- 121
2
Yes you can create ERD with PHPMyAdmin from version 3.4 or greater. You can refer to PHPMyAdmin documentation for more info: http://www.phpmyadmin.net/documentation/#pmadb
detail step to generate ERD : http://goo.gl/0z3vFE
Suresh Kamrushi
- 121