Note:
You still can face referential integrity problem such as
Delete row from the PK table, row in FK table should deleted
Insert row into FK table, row in PK table should defined
Update value of PK & FK, the same valued in PK or FK should updated
MySQL will solve this using declarative referential integrity (DRI) (Talk Later)