mysql 自增为:auto_increment
查看mysql 自增设置:
show variables like ‘%auto_increment%’;
修改增量:set auto_increment_increment=10
Mysql 主键自增量设置
最新推荐文章于 2025-03-06 09:59:58 发布
mysql 自增为:auto_increment
查看mysql 自增设置:
show variables like ‘%auto_increment%’;
修改增量:set auto_increment_increment=10