I have a databse problem where i get Integrity constraint violation: 1062.
I tried some things on my own but it didtn work so now i am asking you guys to see if you people can h
I had the same problem, and it was not the auto increment that was causing it. I changed the data type on my table ID from TINYINT(3) to INT(10). Try that. Maybe it'll help.