• I’m having issues with my website being “down” most of the day today. The host told me that it’s running to many concurrent processes. I don’t know what those processes are.

    So I went digging, starting with my database.

    I get this error when I try to optimize the database: wp_posts: Keyblock size at page 385024 is not correct. Block length: 1012 key length: 2

    Any help will be appreciated.

Viewing 1 replies (of 1 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    you need to repair your database.

    if you have phpmyadmin, you can select the wp_posts table and click on the “repair” option. If not, you can tell WordPress to try to repair the table: add this line right after the database stuff in your wp-config.php file
    define('WP_ALLOW_REPAIR', true);

    go to your site and WP will try to repair it. Afterwards, remove that line.

    I would recommend the phpmyadmin approach, however.

Viewing 1 replies (of 1 total)
  • The topic ‘wp_posts error’ is closed to new replies.