Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2345

[3.3.x] Support Forum • Re: Out of range value for column 'post_id' at row 1 after SQL mistake

$
0
0
Use phpmyadmin to look at the settings for that posts table. There should be an autoincrement number in there somewhere.
...and...
Backup DB and try (XYZ needs to be edited to number greater than last post ID).

Code:

ALTER TABLE phpbb_posts AUTO_INCREMENT = XYZ
For future reference phpMyadmin has search and replace feature. While viewing a table click the search tab, then click the find and replace button.
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.)

EDIT: I tried this and it worked! Thanks both for your help! 8-)

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



Viewing all articles
Browse latest Browse all 2345

Trending Articles