1x2x3x4x
1x2x3x4x

Reputation: 604

How can I see all the relations betwen tables in phpmyadimn

I have a db that has around 280 tables, is there a way in phpmyadmin to see all the relations between all the tables? I need to export some data an I need to export 1st the tables that have no dependencies and after the ones that depend on them.

Upvotes: 0

Views: 62

Answers (1)

Dhinju Divakaran
Dhinju Divakaran

Reputation: 903

Go to your Phpmyadmin Select database you can see more link in that window from the dropdown select designer

Upvotes: 3

Related Questions