I want to add \'On delete cascade and on update restrict\' on foreign keys through phpmyadmin user Interface instead of executing query.
On delete cascade and on update restrict\'
I generall
Key fact: 1. Both table must be have innodb storage engine. 2. The datatype and length should be same in both table. 3. The field in 2nd table should be created as index.
Hope it will help someone...