2

Is there a way I can create an Entity Relationship Diagram for my PHPMyAdmin database?

LawrenceC
  • 75,182
raym0nd
  • 141

2 Answers2

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.

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