Matt Cutts solved my WordPress Comments Problem.
Posted on 12 January 2007 by John
So for last few days I’ve been getting this error (okay, something like this — I just picked this one up from Matt Cutt’s Blog as I corrected my issue before I could copy the error) –
WordPress database error: [Can’t open file: ‘wp_comments.MYI’ (errno: 144)] SELECT * FROM wp_comments WHERE comment_post_ID = ‘538′ AND comment_approved = ‘1′ ORDER BY comment_date
Solution? Just repair the comments table by using SQL — REPAIR TABLE wp_comments; — either via SQL prompt or via phpMyAdmin.
Thanks Mr. Cutts! Otherwise I’d have kept blaming MediaTemple.net’s ongoing MySQL issues with their Grid Server about it.





