...and...Use phpmyadmin to look at the settings for that posts table. There should be an autoincrement number in there somewhere.
Thanks. I thought there would be something like that somewhere. I'll go looking for it. (I've got a couple of people helping me, but none of us knew where to look.)Backup DB and try (XYZ needs to be edited to number greater than last post ID).For future reference phpMyadmin has search and replace feature. While viewing a table click the search tab, then click the find and replace button.Code:
ALTER TABLE phpbb_posts AUTO_INCREMENT = XYZ
EDIT: I tried this and it worked! Thanks both for your help!

Statistics: Posted by Big Mac — Mon Apr 28, 2025 6:10 pm