11-04-2016, 03:04 PM
Well I know if you were to open the sql files that were in the install directory, there is a line on each of those things that tells where to start auto incrementing from. I THINK what you would have to do is go into phpmyadmin and change that user's id to 2. Then you click on the sql tab and type
ALTER TABLE AUTO_INCREMENT=3
I think that will do it.
ALTER TABLE
Code:
users
I think that will do it.