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 (71) GROUP BY ID

Curioso! » NSLU2


Archive for the 'NSLU2' Category

Repair broken disk on NSLU2

Monday, August 29th, 2005

One of the USB disk drives on my Linksys NSLU2 suddenly stopped mounting and showed Unformatted on the Status screen. I have a Mac where I can plug in the USB drive, but MAX OSX Tiger does not support the existing ext3 file system driver, I cannot access the disk there. I did find out that the conf partition was broken, the data partition seemed OK. Read the rest of this entry »

WordPress database error: [Can't open file: 'wp_comments.MYD'. (errno: 144)]
SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 71 AND comment_approved = '1';

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

No Comments »