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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b38f6b-2c164.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b38f6b-2c164.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?