I want to rename a field of a table in MySQL ver 5.2.25, from "alter table", but I got this error:
SQL Error 1025: Error on rename of '.\Packers\#sql-804_3' to '.\Packers\pattern' (errno: 150)
but on other table I had not this problem, I don't know why, is it caused by foreign key?