How to enable relation view in phpmyadmin

后端 未结 6 817
谎友^
谎友^ 2020-12-13 23:37

When working in XAMPP with phpmyadmin, after creating a table I have the option to click \"relation view\" after clicking on the structure tab. See below:

6条回答
  •  Happy的楠姐
    2020-12-13 23:51

    first ensure that your table storage engine type should be innoDB (you can set it using Table operations Tab)

    if you are using new phpmyadmin then use new "Relation view" tab to make foreign key relation

    if you are using old version of phpmyadmin then the "relation view" button will show on the bottom of the table columns

提交回复
热议问题