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'. Link to comment https://forums.phpfreaks.com/topic/103067-solved-auto_increment-issues/ 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. Link to comment https://forums.phpfreaks.com/topic/103067-solved-auto_increment-issues/#findComment-527932 Share on other sites More sharing options...
uramagget Posted April 27, 2008 Author Share Posted April 27, 2008 Oh! Thanks man! Link to comment https://forums.phpfreaks.com/topic/103067-solved-auto_increment-issues/#findComment-528082 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.