본문 바로가기

카테고리 없음

MySQL auto increment 값 초기화

- alter table [테이블 명] auto_increment=[시작하려는 값];

alter table tbl_board auto_increment=1;