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

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -