Se dopo l’aggiornamento a WordPress 2.2.3 si ha l’errore:
[Can’t open file: ‘wp_comments.MYI’. (errno: 145)]
Si può risolvere semplicemente entrando nel database MySQL ed eseguento dil comando: repair table wp_comments.
“
mysql> repair table wp_comments;
”Questo trucchettino è stato letto da qui:
WordPress database error: [Can’t open file: ‘wp_comments.MYI’. (errno: 145)] – NewInstance