Can the self-increasing step size of mysql be set by a single table?

SET @ @ auto_increment_increment=10; / / set the step size
excuse me, can I set the step size on a single table? The self-increment length of other tables does not change?

Mar.15,2021

No, according to document , auto_increment_increment and auto_increment_offset in mysql are both set and have global- global influence.

Menu