views:

203

answers:

1

How to create a relation between two tables using PHPMyAdmin?

+3  A: 

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

Felix Kling
+1 for a good answer with great screen-shots, and that puts you over 10K.
Adam Bernier
@Adam Bernier: Thank you very much :)) That was my goal today ;) (besides other things of course)
Felix Kling