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

Computer Chess Programming » 2007 » May

Archive for May, 2007

Computer Chess World Championship in Amsterdam

Thursday, May 31st, 2007

The 15th world computer chess championship will be held in the Science Park in Amsterdam, The Netherlands, from June 11th until June 18th. Shredder will compete trying to win his 12th computer chess world champion title. All games of Shredder will be transmitted live on shredderchess.com.

WordPress database error: [Can't open file: 'wp_comments.MYD'. (errno: 144)]
SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 31 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 = '31' AND comment_approved = '1'

No Comments »