我收到了这个错误:
#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;