1

Topic: Reset last_post_id

I reassigned new id's to the posts. There are about 350.

After this the new last_post_id is something like 14707. It's possible that I used 14000 or so in the process of changing the id's.

How can I "reset" last_post_id?

Re: Reset last_post_id

I'm not sure I understand what you mean, but have you had a look at the script synchronize_board.php in the scripts folder?

"Programming is like sex: one mistake and you have to support it for the rest of your life."

3

Re: Reset last_post_id

In another forum I found how to change in phpMyAdmin the value of auto_increment which defines the id of a post:

1) Select the table "posts".

2) Select "Operations", on the bottom you can change the value of auto_increment.