alter table 【表名】 modify [name varchar(22)];你可以讲name变为id int(5) NOT NULL auto_increment PRIMARY KEY ,试试