How to reset Auto Increment for a MySQL table Posted on February 23, 2021 By rich No Comments on How to reset Auto Increment for a MySQL table ALTER TABLE users AUTO_INCREMENT=1001;