WordPress database error: [User 'igloolou_slave3' has exceeded the 'max_questions' resource (current value: 50000)]
SELECT DISTINCT * FROM wp_posts LEFT JOIN wp_post2cat ON (wp_posts.ID = wp_post2cat.post_id) LEFT JOIN wp_categories ON (wp_post2cat.category_id = wp_categories.cat_ID) WHERE 1=1 AND (category_id = '32' OR category_id = 33 OR category_id = 34 OR category_id = 38) AND post_date_gmt <= '2008-05-10 21:00:59' AND (post_status = "publish") AND post_status != "attachment" GROUP BY wp_posts.ID ORDER BY post_date DESC LIMIT 0, 15
WordPress database error: [User 'igloolou_slave3' has exceeded the 'max_questions' resource (current value: 50000)]
SELECT cat_name FROM wp_categories WHERE category_nicename = 'columns'
WordPress database error: [User 'igloolou_slave3' has exceeded the 'max_questions' resource (current value: 50000)]
SELECT DISTINCT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, count(ID) as posts FROM wp_posts WHERE post_date < '2008-05-10 16:00:28' AND post_date != '0000-00-00 00:00:00' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC