mysql 全部删除数据后设置 id从1开始: truncate table table_namemysql 删除部分数据后设置 id从n开始 ALTER TABLE user auto_increment =n ;