1.查看数据库自增因子
命令:SHOW VARIABLES LIKE 'auto_inc%';
2.修改数据自增因子
命令:SET global auto_increment_increment=1;