【MYSQL】重置Primary Key 或從何開始 重置MYSQL的Primary Key 方法一: alter table tablename AUTO_INCREMENT = 1; 方法二 (此指令為刪除tablename的所有資料): TRUNCATE TABLE tablename;