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

Curioso! » 2005 » August


Archive for August, 2005

Photoshop LAB Color

Wednesday, August 31st, 2005

The Canyon Conundrum and Other Adventures in the Most Powerful Colorspace

This is an extensive overview of the use of the LAB colorspace for colour corrections in Photoshop.
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 = 72 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 = '72' AND comment_approved = '1'

No Comments »

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 »