1.查看数据库自增因子

        命令:SHOW VARIABLES LIKE 'auto_inc%';

        mysql中自增数据

 

 

2.修改数据自增因子

        命令:SET global auto_increment_increment=1;

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
  • 2022-12-23
  • 2021-11-21
  • 2021-11-21
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-11
  • 2021-08-20
相关资源
相似解决方案