错误#1025 - 尝试添加级联删除时重命名时出错

时间:2012-12-17 20:57:00

标签: php mysql sql syntax-error cascade

我收到了这个错误:

#1025 - Error on rename of '.\projekt\wplaty' to '.\projekt\#sql2-1300-6c' (errno: 152)

我做了一些研究,这可能是因为我在一张桌子里改变了FK,但是他的PK被用在很多桌面上。我怎样才能摆脱这个错误?

My PK is in table "baza_osob", name -> pesel.
My FK are in:
-"wplaty", name -> pesel.
-"skladki_aktualne", name -> pesel.
-"dluznicy", name ->pesel.
-"skladki_wyplaty", name -> pesel.

我正在尝试这个主题的帮助:

On delete cascade - where I have to add it

任何人都知道我可以这样做吗?我在phpMyAdmin中使用MySQL。

@edit 命令“触发”错误:

alter table wplaty drop foreign key pesel;

0 个答案:

没有答案