MySQL: can't insert a record because a foreign key issue -
i have schema
when i'm trying add new isp_share
record error
although isp table has record id=3
what problem?
from documentation http://dev.mysql.com/doc/refman/5.0/en/create-table-foreign-keys.html
the parent , child tables must use same storage engine..corresponding columns in foreign key , referenced key must have similar data types
also check of other tables.
Comments
Post a Comment