error message
Permalink
My site went down and the error message displayed:
mysql error: [1062: Duplicate entry '88008' for key 'PRIMARY'] in EXECUTE("insert into PageStatistics (cID, uID, date) values ('1', 0, NOW())")
I fixed it by bumping up the auto-increment to 88009
Can anyone tell me how this error happened?
mysql error: [1062: Duplicate entry '88008' for key 'PRIMARY'] in EXECUTE("insert into PageStatistics (cID, uID, date) values ('1', 0, NOW())")
I fixed it by bumping up the auto-increment to 88009
Can anyone tell me how this error happened?