Not auto-incrementing correctly
Posted: Sun Jul 01, 2007 12:02 am
this is my database table info:
Now i have admin preinstalled for uId = 1
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.
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.