WordPress database error: [Can't create/write to file '/tmp/#sql_4e94_0.MYI' (Errcode: 13)]
SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) LEFT JOIN wp_term_taxonomy ON (wp_term_relationships.term_taxonomy_id = wp_term_taxonomy.term_taxonomy_id) WHERE 1=1 AND wp_term_taxonomy.taxonomy = 'post_tag' AND wp_term_taxonomy.term_id IN ('5710') AND post_type = 'post' AND (post_status = 'publish') GROUP BY wp_posts.ID ORDER BY post_date DESC LIMIT 0, 10
Try searching instead
WordPress database error: [Can't create/write to file '/tmp/#sql_4e94_0.MYI' (Errcode: 13)]
SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN ('category') AND tt.count > 0 ORDER BY t.name ASC
WordPress database error: [Can't create/write to file '/tmp/#sql_4e94_0.MYI' (Errcode: 13)]
SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN ('link_category') AND tt.count > 0 ORDER BY t.name ASC