1451-Cannotdeleteorupdateaparentrow:aforeignk。。。
foreign key references用法1451 - Cannot delete or update a parent row: a foreign key constraint fails 解决⽅法
由于数据库的表格之间存在外键的关系,所以在删除⼀个表哥中有关系的外键的时候,数据库会提⽰删除失败。
例如:
1451 - Cannot delete or update a parent row: a foreign key constraint fails (`test`.`sys_user_role`, CONSTRAINT `sys_user_role_ibfk_2` FOREIGN KEY (`r oleId`) REFERENCES `sys_role` (`id`)), Time: 0.001000s
解决⽅法:
navicat 删除表的外键:
查看数据库中相关表格的外键情况,删除即可。

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。