What does mysql error 1025 (HY000): Error on rename of './foo' (errorno: 150) mean?
Posted
by trenton
on Stack Overflow
See other posts from Stack Overflow
or by trenton
Published on 2008-10-01T23:33:21Z
Indexed on
2010/03/16
16:41 UTC
Read the original article
Hit count: 192
mysql
|mysql-error-1025
I tried this in mysql:
mysql> alter table region drop column country_id;
And got this:
ERROR 1025 (HY000): Error on rename of './product/#sql-14ae_81' to
'./product/region' (errno: 150)
Any ideas? Foreign key stuff?
© Stack Overflow or respective owner