How to re-index wp_posts table?
-
Can anyone confirm how I would ‘re-index’ the wp_posts table? I’m looking at the Optimize operation done from phpmyadmin. It sounds like that’ll do what I want, but I’m not enuf of a mysql guru to be sure?
The issue:
The Manage>Posts admin page of my blog began sprouting double entries after a certain index count, but they are simply misassigned entries, as the db itself shows properly unique entries (post text) for each id. However, the problem seems to begin where the table index-count becomes non-sequential (due to manual deletions over time). So I’m assuming WP is for some reason choking on non-sequential ids and therefore re-indexing the table would make WP happy again.Do the symptoms support my analysis, and will re-indexing (via ‘Optimize Table’) likely solve the problem?
[currently running WP v1.5.1.1 preparing to upgrade to v2.0x]
- The topic ‘How to re-index wp_posts table?’ is closed to new replies.