WordPress veritabanı hatası: [Got error 127 from storage engine]
SELECT tt.term_id, tt.term_taxonomy_id FROM wp_terms AS t INNER JOIN wp_term_taxonomy as tt ON tt.term_id = t.term_id WHERE t.slug = 'sevgili' AND tt.taxonomy = 'post_tag'
WordPress veritabanı hatası: [Can't create/write to file '/tmp/#sql_1df8_0.MYI' (Errcode: 30)]
SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts INNER JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) INNER 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 ('0') AND post_type = 'post' AND (post_status = 'publish') GROUP BY wp_posts.ID ORDER BY post_date DESC LIMIT 0, 10