So this works...
ALTER TABLE variation AUTO_INCREMENT = 10;
But I want to do this;
ALTER TABLE variation AUTO_INCREMENT = (
Set your auto_increment in 1, zero doesn't work, automatically mysql set the maximum value to the next value for index value.
auto_increment
ALTER TABLE table AUTO_INCREMENT = 1