我遇到过
我这样建表

但是当我插入一个值后,就不能自增长了,报错信息中包括一个数字,int最大值范围 2147483647
看报错信息发现,插入id位数不对,然后清空表了 truncate table t_user;
最后: alter table t_user auto_increment =1;