Code: Select all
`uId` int(6) NOT NULL auto_increment,But when users join, their uId's are like 7000 (needed for a different DB).
I cannot figure out how to change this for this particular DB to make the next user be 2 and so on.
Moderator: General Moderators
Code: Select all
`uId` int(6) NOT NULL auto_increment,Code: Select all
alter table `table` set auto_increment = ?