WordPress database error: [Can't create/write to file '/tmp/#sql_2d93_0.MYD' (Errcode: 17)]
SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tt.term_taxonomy_id = tr.term_taxonomy_id
INNER JOIN wp_posts AS p ON tr.object_id = p.ID
WHERE tt.taxonomy IN ( 'post_tag' )
AND p.post_date_gmt < '2008-11-23 08:34:47'
AND tt.count > 0
GROUP BY t.term_id
ORDER BY t.name ASC
LIMIT 45