Re: [PHP] Reseting the auto-increment number in a MySQL database.
[email protected] (adriano)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
holes in sequence of auto increment happen using transaction for insert new record but you don't commit transaction itself it seems that the autoincrement is incremented anyway at least this is my case.