How to add Foreign key in My Sql from phpmyadmin?

mysql, php, phpmyadmin

Solution

The form to put up the fk is under: table -> structure -> relationship overview

you need to setup index keys for the foreign keys

sorry this is in german but is the same position of link in other languages

Problem

I am totally new to php and mysql. I have already one table in mysql .now i want to add foreign key. how to alter table and add foreign key using phphmyadmin?

Original source