Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHPMyAdmin Designer does not show relations

When using the PHPMyAdmin Designer tool I can not see relations (lines that connect each foreign key relation). The foreign key attributes get a different icon than the other attributes, however the line connection is missing. I already tried switching on/off "Show/Hide relations". PHPMyAdmin Designer

What am I missing?

like image 427
dude Avatar asked Jul 14 '15 08:07

dude


People also ask

Where is Relation view in phpMyAdmin?

To see FKs of a table first select table from the object explorer, then go to Structure tab and then select Relation view.

How do I use phpMyAdmin designer?

Select the appropriate database name from the left of phpMyAdmin. In the upper-right corner select the “Designer” tab to create a database ER diagram (ERD). All tables will be populated by default. You can drag-and-drop tables and select the gear icon for more details.


1 Answers

Click Toggle Relationship lines, and then line of relationship will be visible:

enter image description here

like image 76
Junaedi Comp Avatar answered Sep 17 '22 06:09

Junaedi Comp