What does mysql error 1025 (HY000): Error on rename of './foo' (errorno: 150) mean?
- by trenton
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?