Jump to content

How to create foreign key in PHPMyAdmin?


angelali

Recommended Posts

I am having a big problem creating foreign key on PHPMyAdmin. I saw many people having this problem... Never I did this before, so I tried but could not figure out... In Microsoft Access, you do it directly, but on PHPMyAdmin, its a bit complicated..

 

I have two tables, as follows:

 

User

-user_id (Primary key)

-name

-age

-country

 

Job

-job_id (Primary key)

-job_name

-job_place

 

What I want is to make user_id as foreign key in Job table.

 

Can you explain me how to do it with the GUI PHPMyAdmin instead of query?

Link to comment
https://forums.phpfreaks.com/topic/262500-how-to-create-foreign-key-in-phpmyadmin/
Share on other sites

  • 5 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.