mysql 全部刪除資料後設定 id從1開始: truncate table table_name
mysql 刪除部分資料後設定 id從n開始 ALTER TABLE user auto_increment =n ;