WordPress database error: [Can't open file: 'wp_comments.MYD'. (errno: 144)]
SELECT ID, COUNT( comment_ID ) AS ccount FROM wp_posts LEFT JOIN wp_comments ON ( comment_post_ID = ID AND comment_approved = '1') WHERE ID IN (91) GROUP BY ID

Curioso! » Blog Archive » NFS


NFS



Network File System

Client

Server

  • To map all access to a single uid/gid, put this line in /etc/exports:
    /x/d *(rw,all_squash,anonuid=101,anongid=100)

WordPress database error: [Can't open file: 'wp_comments.MYD'. (errno: 144)]
SELECT * FROM wp_comments WHERE comment_post_ID = '91' AND comment_approved = '1' ORDER BY comment_date

Leave a Reply