Posts: 2,322
Name: Keith Marshall
Location: West Hartford, CT
|
Is that a table that once was filled and you deleted all the data? If so, the auto_increment value may still be set to the last increment number.
You can try to empty the table or reset the auto_increment number through phpMyAdmin or passing a query like: ALTER TABLE 'issues' AUTO_INCREMENT = 0
__________________
<mgraphic /> - I don't have a solution but I admire the problem.
|