mysql can't change table or insert data into the table -
i have made table, when try change following error:
#1025 - error on rename of '<table name>' '#sql2-532a-5eb06' (errno: -1)
when try google shows things related foreign keys, isn't problem, seeing how there no foreign keys or table. i've change permision of table, out success. won't let me insert data table. know else can be.
ps. there nothing in logs this
edit i've tried recreating table without success
try out this
disable keys
or
set foreign_key_checks=0;
make sure to
set foreign_key_checks=1;
after done.
Comments
Post a Comment