WordPress database error: Got error 122 from storage engine

I noticed two different WP errors on the site today…

WordPress database error: [Got error 1 from storage engine]

WordPress database error: [Got error 122 from storage engine]

The first was repaired via phpmyadmin by running a repair on tables showing numbers in the overhead column. I’ll get a screenshot on that.

The other I have not gotten to repair yet. I’ll check the server and mysql later today and see what’s up. Will post what I find in hopes of helping others that may experience similar error.

Only affecting categories it seems. Going to take a look.

WordPress database error: [Got error 122 from storage engine]
SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN (’category’) ORDER BY t.name ASC

Comments are closed.