• Any time my blog tries to access comments in the wordpress database I get this error. All else seems to be working.

    WordPress database error: [File ‘./blog/wp_comments.MYD’ not found (Errcode: 13)]
    SELECT * FROM wp_comments WHERE comment_post_ID = ‘1410’ AND comment_approved = ‘1’ ORDER BY comment_date

    I have tried doing a database repair. It didn’t fix the problem. What should I do?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Contact your host and pass along that MySQL error to them.

    Thread Starter aks2007

    (@aks2007)

    Already tried that and they weren’t very helpful. They thought it was an error with phpMyAdmin and had me reinstall that. Does that sound plausible? It didn’t work.

    They sound like maybe they shouldn’t be hosting MySQL, to be honest…

    Google the error (Errcode: 13). That’s definitely NOT a phpMyAdmin error. That comes directly from MySQL!

    .MYD is a mysql extension for the flat file that is the table contents If it’s not there, it’s lost. If you’re lucky it might be their but with the wrong permissions. You’ll have to depend on your host to find out what’s going on.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘wp_comments.MYD not found (errcode: 13)’ is closed to new replies.