[Development Notes] - The MySQL database table ID increment from zero

Command: clear the data for a table and let the auto-incremented id restart from 0

truncate table your table 

 

Guess you like

Origin www.cnblogs.com/juihai/p/11512277.html