sql command to make all mysql table id auto increment code example Example: mysql set id auto increment ALTER TABLE users AUTO_INCREMENT=1001;