MySQL auto increments disappeared

Posted by Lizard on Stack Overflow See other posts from Stack Overflow or by Lizard
Published on 2010-04-07T09:19:25Z Indexed on 2010/04/07 9:23 UTC
Read the original article Hit count: 322

Filed under:
|
|

I have a mysql database with 60 tables most of the tables have primary keys (expect pivot tables) all these primary keys had the attribute AUTO INCREMENT

Then over night some how all the primary keys had that attribute removed, and the default value set to 0.

I have no idea how this may have been caused. Any suggestions?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about auto-increment