I am having a problem with a mysql database. It appears that a table in my database has stopped accepting records. I have a column that I am using as my primary key and it is auto_incremented everytime a new record is entered. That number has gotten up to 127 and now it wont allow any new records into the table.
This is the error I am getting:
"Duplicate entry '127' for key 1"
It sounds to me like my auto_increment has stopped incrementing at 127 and wants to repeat itself. Does anyone know what I can do about this?? Any help is greatly appreciated!
This is the error I am getting:
"Duplicate entry '127' for key 1"
It sounds to me like my auto_increment has stopped incrementing at 127 and wants to repeat itself. Does anyone know what I can do about this?? Any help is greatly appreciated!