JavaShuo
欄目
標籤
ERROR 1217 (23000) at line 730: Cannot delete or update a parent row: a foreign key constraint fails
時間 2020-05-21
標籤
error
line
delete
update
parent
row
foreign
key
constraint
fails
简体版
原文
原文鏈接
MySQL庫中有倆表,table1和table2,相互關聯,在刪除表的時候出錯: 很明顯這是表關聯生成的強制約束問題,在刪除的時候回檢查表之間的關聯關係,從而致使沒法刪除。mysql 解決辦法:web SET foreign_key_checks = 0; // 先設置外鍵約束檢查關閉 drop table table1; // 刪除表,若是要刪除視圖,也是如此 SET foreign
>>阅读原文<<
相關文章
1.
Mysql Reference Constraint -ERROR 1217 (23000): Cannot delete or update a parent row: a foreign key
2.
MySQL Cannot delete or update a parent row: a foreign key constraint fails
3.
關於mysql中[Err] 1451 -Cannot delete or update a parent row: a foreign key constraint fails
4.
[Err] 1452-Cannot add or update a child row: a foreign key constraint fails(......)
5.
數據庫報錯Cannot delete or update a parent row: a foreign key constraint fails
6.
MySQL錯誤號1451-Cannot delete or update a parent row: a foreign key constraint fails
7.
ERROR 1452 : Cannot add or update a child row: a foreign key constraint fails
8.
Cannot add or update a child row: a foreign key constraint fails 解決辦法
9.
Error Code: 1452 Cannot add or update a child row: a foreign key constraint fails
10.
Cannot add or update a child row: a foreign key constraint fails mysql報:1452
更多相關文章...
•
SQL FOREIGN KEY 約束
-
SQL 教程
•
MySQL外鍵約束(FOREIGN KEY)
-
MySQL教程
•
三篇文章瞭解 TiDB 技術內幕 —— 說計算
•
漫談MySQL的鎖機制
相關標籤/搜索
a'+'a
a+aa+aaa+a...a
update&delete
a+aa+aaa+...+aa..a
row
fails
constraint
parent
Redis教程
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
ubantu 增加搜狗輸入法
2.
用實例講DynamicResource與StaticResource的區別
3.
firewall防火牆
4.
頁面開發之res://ieframe.dll/http_404.htm#問題處理
5.
[實踐通才]-Unity性能優化之Drawcalls入門
6.
中文文本錯誤糾正
7.
小A大B聊MFC:神奇的靜態文本控件--初識DC
8.
手扎20190521——bolg示例
9.
mud怎麼存東西到包_將MUD升級到Unity 5
10.
GMTC分享——當插件化遇到 Android P
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
1.
Mysql Reference Constraint -ERROR 1217 (23000): Cannot delete or update a parent row: a foreign key
2.
MySQL Cannot delete or update a parent row: a foreign key constraint fails
3.
關於mysql中[Err] 1451 -Cannot delete or update a parent row: a foreign key constraint fails
4.
[Err] 1452-Cannot add or update a child row: a foreign key constraint fails(......)
5.
數據庫報錯Cannot delete or update a parent row: a foreign key constraint fails
6.
MySQL錯誤號1451-Cannot delete or update a parent row: a foreign key constraint fails
7.
ERROR 1452 : Cannot add or update a child row: a foreign key constraint fails
8.
Cannot add or update a child row: a foreign key constraint fails 解決辦法
9.
Error Code: 1452 Cannot add or update a child row: a foreign key constraint fails
10.
Cannot add or update a child row: a foreign key constraint fails mysql報:1452
>>更多相關文章<<