Finally got round to dealing with this. Either in PHPmyAdmin or Workbench - firstly I truncated the table to reset the auto increment to 1 then set it to the required number with
ALTER TABLE your_table_name AUTO_INCREMENT = 1000;
Job done!
ALTER TABLE your_table_name AUTO_INCREMENT = 1000;
Job done!
Statistics: Posted by rusty-bearing — 18 Dec 2023, 14:55