Wordpress wp_posts table crashes almost daily.
Our WordPress posts (wp_posts) crashes almost daily. I know how to repair it, check it, analyze it, and optimize.
What I really need is advice for finding out why it crashes so often?
Our WordPress posts (wp_posts) crashes almost daily. I know how to repair it, check it, analyze it, and optimize.
What I really need is advice for finding out why it crashes so often?
Thanks for contacting us. Have you checked the size of that database table in phpMyAdmin? I'd recommend doing that. It may be that you have a large amount of revisions allowed per WordPress post.
Also, so that everyone knows, you can check/repair the database using cPanel, phpMyAdmin, WP-CLI, or the following line withing your wp.config.php file:
define(
'WP_ALLOW_REPAIR'
, true );