Hi,
I looked for the old post too - could not find it...
Anyways - use PhpMyAdmin - go to your Profiles table, choose "operations" and then find at the bottom, the "auto increment" number - change it to what you want... a low (starting with 2 or 3) 5 or 6 digit number is ok... then save.
Note - I have seen bugs in various servers with phpmyadmin where this does not work - you would then use, after you do a backup:
Code:
ALTER TABLE `Profiles` PACK_KEYS =0 CHECKSUM =0 DELAY_KEY_WRITE =0 AUTO_INCREMENT =123456
Change 123456 to what you want it to be.
Smoge
Bookmarks