19

How to create a relation between two tables using PHPMyAdmin?

1
  • 2
    What storage engine are you using for your DB? AFAIK only InnoDB supports relational databases in MySQL. Commented Mar 31, 2010 at 17:03

1 Answer 1

42

This only works if you use InnoDB as storage engine. Then you have a link Relation view besides Print view:

Relation view

If you click this you get to another site where you can select the relations for all columns that have indecies defined on them (following the pattern table->column).

Link to

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.