Setting auto_increment counter By admin on August 7, 2004 in MySQL Here’s a sql query to set the auto_increment counter: ALTER TABLE theTableInQuestion AUTO_INCREMENT=1234 1 ALTER TABLE theTableInQuestion AUTO_INCREMENT=1234 No related posts.