View Single Post
  #2  
Old 05-21-2004, 05:50 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

I was perusing the mysql documentation and:

ALTER TABLE tbl_name AUTO_INCREMENT = value

might be what you want, e.g.

ALTER TABLE npc_types AUTO_INCREMENT=49;

I've not tried it, and I would backup your db first if you do plan on trying it, just to be on the safe side
Reply With Quote