Id start value automatically set mysql

truncate table visitors - to delete all the data table

alter table visitors auto_increment = 10000; - set automatic start value

Guess you like

Origin www.cnblogs.com/AlexLeeLi/p/11455011.html