Auto increment by 1 in MySQL with clearDB Auto increment by 1 in MySQL with clearDB azure azure

Auto increment by 1 in MySQL with clearDB


When I submitted ticket to clearDB, They replied me like this:

ClearDB uses circular replication to provide master-master MySQL support. As such, certain things such as auto_increment keys (or sequences) must be configured in order for one master not to use the same key as the other, in all cases. We do this by configuring MySQL to skip certain keys, and by enforcing MySQL to use a specific offset for each key used. The reason why we use a value of 10 instead of 2 is for future development.