mysql 自增长
时间:2014-08-13 14:26:16
收藏:0
阅读:380
auto_increment_increment=10; #自增量每次增加的值改为10,
auto_increment_offset=2; #第一次加载数值时的偏移值的个位值
auto_increment_offset 小于 auto_increment_increment
原文:http://www.cnblogs.com/c-abc/p/3909802.html
评论(0)