Oh...then you will want to reset your auto_increment field because I think I misunderstood what you wanted. You need to figure out what the highest userid value is, then rerun that query and set it to highest + 1 (or else users trying to register may get an error).
As far as the actual question you're asking, I don't think that mod was intended to do that, and I think you will probably end up causing yourself a lot of trouble if you try to do that. Is there some specific reason you need the ids to be like that?
|