How can I create an ERD for my phpmyadmin database?

2

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

raym0nd

Posted 2012-02-03T15:58:28.337

Reputation: 131

1

Could be available in MySQL Workbench

– slhck – 2012-02-03T16:01:02.307

ERD? That's an emergency recovery Disk for an OS recovery so I don't see the tie in. Perhaps you should elaborate. – uSlackr – 2012-02-03T17:24:43.153

@uSlackr - Entity Relationship Diagram - there is a major shortage of unique three letter acronyms. (or were you kidding?) – Dave Becker – 2012-02-03T18:06:07.723

3LOL!I'm an idiot – uSlackr – 2012-02-03T23:53:38.680

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

Posted 2012-02-03T15:58:28.337

Reputation: 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

Posted 2012-02-03T15:58:28.337

Reputation: 135