/ Published in: MySQL

URL: http://www.webmaster-talk.com/php-forum/32507-reset-auto-increment-in-mysql.html
Expand |
Embed | Plain Text
ALTER TABLE theTableInQuestion AUTO_INCREMENT=1234
You need to login to post a comment.
kingkool68 on 11/19/09
1 person have marked this snippet as a favorite
URL: http://www.webmaster-talk.com/php-forum/32507-reset-auto-increment-in-mysql.html
ALTER TABLE theTableInQuestion AUTO_INCREMENT=1234
You need to login to post a comment.