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.
[最佳實踐]瞭解 Eolinker 如何助力遠程辦公
2.
katalon studio 安裝教程
3.
精通hibernate(harness hibernate oreilly)中的一個」錯誤「
4.
ECharts立體圓柱型
5.
零拷貝總結
6.
6 傳輸層
7.
Github協作圖想
8.
Cannot load 32-bit SWT libraries on 64-bit JVM
9.
IntelliJ IDEA 找其歷史版本
10.
Unity3D(二)遊戲對象及組件
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
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
>>更多相關文章<<