码迷,mamicode.com
首页 > 数据库 > 详细

mysql ERROR 1217 (23000): Cannot delete or update a parent row: a foreign key constrain fails

时间:2018-04-23 11:09:28      阅读:203      评论:0      收藏:0      [点我收藏+]

标签:audio   err   one   key   delete   const   innodb   display   cannot   

ERROR 1217 (23000): Cannot delete or update a parent row: a foreign key constrain fails。

可能是MySQL在InnoDB中设置了foreign key关联,造成无法更新或删除数据。可以通过设置FOREIGN_KEY_CHECKS变量来避免这种情况。

1、set foreign_key_checks=0;

2、删除要删除的表;

3、set foreign_key_checks=1;

mysql ERROR 1217 (23000): Cannot delete or update a parent row: a foreign key constrain fails

标签:audio   err   one   key   delete   const   innodb   display   cannot   

原文地址:https://www.cnblogs.com/datalife/p/8915711.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!