mysql 全部删除数据后设置 id从1开始: truncate table table_name

mysql  删除部分数据后设置 id从n开始 ALTER TABLE user auto_increment =n ;

05-11 13:08