/ Published in: MySQL
URL: http://www.trap17.com/index.php/Reset-Id-Auto-Increment_t27162.html
Set the counter back to zero.
Expand |
Embed | Plain Text
ALTER TABLE `table_name_here` AUTO_INCREMENT =0
You need to login to post a comment.
jessibird on 03/22/10
1 person have marked this snippet as a favorite
URL: http://www.trap17.com/index.php/Reset-Id-Auto-Increment_t27162.html
Set the counter back to zero.
ALTER TABLE `table_name_here` AUTO_INCREMENT =0
You need to login to post a comment.