WordPress database error: [Table 'wp_comments' is marked as crashed and should be repaired]
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 (19) GROUP BY ID

Comments on: Working With Files Part Two http://phptutorialsite.com/working-with-files-part-two.htm Learning Php made easier with our php tutorials Sat, 04 Jul 2009 06:03:44 +0000 http://wordpress.org/?v=1.5.2

WordPress database error: [Table 'wp_comments' is marked as crashed and should be repaired]
SELECT comment_ID, comment_author, comment_author_email, comment_author_url, comment_date, comment_date_gmt, comment_content, comment_post_ID, wp_posts.ID, wp_posts.post_password FROM wp_comments LEFT JOIN wp_posts ON comment_post_id = id WHERE comment_post_ID = '19' AND wp_comments.comment_approved = '1' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'static') AND post_date < '2009-07-04 01:03:59' ORDER BY comment_date DESC LIMIT 5