uramagget Posted April 26, 2008 Share Posted April 26, 2008 My auto_increment value is no longer incrementing after it reaches 127. I'm not sure what's happening exactly, and after Googling documentation or anything related to it, no results. =/; I don't know what to provide exactly, although when I attempt altering the auto_increment in 'Operations' to 128, it says it successfully incremented it although it does NOT as changes revert. In addition when I insert it returns a message regarding a truncated value in the field 'id'. Quote Link to comment Share on other sites More sharing options...
mwasif Posted April 26, 2008 Share Posted April 26, 2008 Your auto_increment column datatype is set to TINYINT, change it to INT. Quote Link to comment Share on other sites More sharing options...
uramagget Posted April 27, 2008 Author Share Posted April 27, 2008 Oh! Thanks man! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.