`
wxb880114
  • 浏览: 684097 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

Cannot delete or update a parent row: a foreign key constraint fails

 
阅读更多
Cannot delete or update a parent row: a foreign key constraint fails


只能在DOS下启动MySql,运行sql语句

关闭外键检测

SET FOREIGN_KEY_CHECKS = 0;

执行操作


SET FOREIGN_KEY_CHECKS = 1;


其他:

关闭唯一性校验

set unique_checks=0;

set unique_checks=1;

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics