为每个数据库或每个表设置mysql auto_increment_offset和auto_increment_increment?

时间:2013-12-20 07:49:24

标签: mysql

是否可以为每个数据库或每个表设置mysql auto_increment_offset和auto_increment_increment?

1 个答案:

答案 0 :(得分:2)

其数据库不是每个表。

如果设置了auto_increment_offset变量的全局值,则通过设置会话值或直到重新启动mysqld,它将持续存在,直到更改或覆盖全局值。如果设置了本地值,则新值将影响当前用户在会话期间插入新行的所有表的AUTO_INCREMENT列,除非在该会话期间更改了值。

从这里开始:http://dev.mysql.com/doc/refman/5.1/en/replication-options-master.html#sysvar_auto_increment_increment