Re: Manually reset user id to higher number?
Thanks Jeff Sayre, that confirms what I feared.
So is there any way to do this safely? Where can I get a complete list of all the tables and ID fields I would have to manually alter?
Or is there a possible php hack? Set id=id+3000 somewhere at the point of creation?
If I abandon the idea of having the same ID in my mailing list as WPMU/BP I could just do something like this I guess:
INSERT mailusers SET users_id=INCREMENTAL ...
Have to find the right word/syntax for that. Or could I leave it out altogether?
EDIT: Just removing users_id= solves the problem. It doesn’t look like it’s worth the trouble to keep the IDs the same.