Forum Moderators: coopster
However, apparently, you can use:
alter table tablename set AUTO_INCREMENT = 100 (or whatever)
I haven't done this myself, but I read somewhere that that only works on an empty table, like if you wanted to start at a certain number.
Try at your own risk!