EX) auto_increment를 1로 변경alter table [테이블명] auto_increment=1;EX) auto_increment를 125로 변경 alter table [테이블명] auto_increment=125;