WordPress database error: [Can't create/write to file '/tmp/#sql_40d7_0.MYI' (Errcode: 13)]
SHOW COLUMNS FROM news_tla_data LIKE 'post_id'
WordPress database error: [Duplicate column name 'post_id']
ALTER TABLE `news_tla_data` ADD `post_id` BIGINT( 20 ) UNSIGNED NOT NULL DEFAULT '0' AFTER `id` ;
WordPress database error: [Too many keys specified; max 64 keys allowed]
ALTER TABLE `news_tla_data` ADD INDEX ( `post_id` ) ;
WordPress database error: [Can't create/write to file '/tmp/#sql_40d7_0.MYI' (Errcode: 13)]
SELECT t.*, tt.*, tr.object_id FROM news_terms AS t INNER JOIN news_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN news_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category', 'post_tag') AND tr.object_id IN (1651) ORDER BY t.name ASC