- Edited
Definitively what you need is go into the ost_sequence table and edit the "next" column. That indicates what is the next id to be used.
But, you may also change the ticket_id autoincrement in ost_ticket, that is easier:
ALTER TABLE ticket_id AUTO_INCREMENT = [value];