首先执行命令,查看配置,如下:
show variables like '%increment%';
如果:
auto_increment_increment=2
(免费学习视频教程推荐:mysql视频教程)
则执行:
set @@global.auto_increment_increment = 1; set @@auto_increment_increment =1;
如果:
auto_increment_offset=2
则执行:
set @@global.auto_increment_offset =1; set @@auto_increment_offset =1;
相关文章教程推荐:mysql教程
声明:本网页内容旨在传播知识,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。TEL:177 7030 7066 E-MAIL:11247931@qq.com