MySQL Insert Problems
Posted: Fri Feb 07, 2003 9:10 pm
Heelo. I'm using a MySQL db, and I have an auto_increment line called id, as well as a bunch of other columns (varchar, into, etc.)
The problem is, I went up to 127 rows (113 in actuality, 127 by the id numbers), and it refuses to add the 128th. It says:
Duplicate entry '127' for key '1'
I have no idea what that means, but i can't insert rows through my scripts, not through PHPmyADMIN. The max_rows is set to 10 000. What should I do?
Cheers!
The problem is, I went up to 127 rows (113 in actuality, 127 by the id numbers), and it refuses to add the 128th. It says:
Duplicate entry '127' for key '1'
I have no idea what that means, but i can't insert rows through my scripts, not through PHPmyADMIN. The max_rows is set to 10 000. What should I do?
Cheers!