Setting auto_increment counter

Here’s a sql query to set the auto_increment counter:

ALTER TABLE theTableInQuestion AUTO_INCREMENT=1234
blog comments powered by Disqus