Mysql錯誤1452 - Cannot add or update a child row: a foreign key constraint fails 原因及解決方法

報錯的原因大概分爲三種: 原因一: 添加的外鍵列與另一個表的唯一索引列(一般是主鍵)的數據類型不同 原因二: 要添加外鍵的表類型與另一個表的存儲引擎是不是都爲innodb引擎 #查看錶引擎 法一: show create table 表名; 法二:show table status from 數據庫 where name=‘表名’; 法三:use information_schema; selec
相關文章
相關標籤/搜索