I am having a table with one column of primary key and auto increment of int(11) data type.
When I am trying to insert into that table, I am getting following error. Failed to read auto-increment value from storage engine Query
When I restart MySQL service, it is working fine.
I am sure that this is not problem with "Auto Increment Number Exceeded", as when I try to insert from outside it is getting inserted properly.
Is this problem with Auto Increment or some other one.