ALTER TABLE table_name
ADD CONSTRAINT fk_foreign_key_name
FOREIGN KEY (foreign_key_name)
REFERENCES target_table(target_key_name);
go to phpmyadmin
select a table
go to structure
select the column you want to make primary
click on the primary written beside check all