第一步:给 id 增加auto_increment 属性
alter table tablename modify id int(11) auto_increment;
第二步:给自增值设置初始值
alter table tablename auto_increment=10000;
文章标签 mysql 设置主键自增的步长 自增 文章分类 MySQL 数据库
第一步:给 id 增加auto_increment 属性
alter table tablename modify id int(11) auto_increment;
第二步:给自增值设置初始值
alter table tablename auto_increment=10000;
MySQL设置表自增步长的方法示例。
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M