Can anybody tell me how to set foreign key using phpmyadmin??
Printable View
Can anybody tell me how to set foreign key using phpmyadmin??
Just enter the same information for the foriegn key as what is in the table it is relating to. Not sure what you are really asking for as AFAIK their isnt a way to create relations, like in access, with PHPMyAdmin
Mysql 4 (not sure about 5) does not have foreign key constraints. You need to enforce the integrity in the application.
Thanks for the reply