WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]DESC wp_supsystic_tbl_tables
WordPress database error: [Duplicate column name 'table_type']ALTER TABLE wp_supsystic_tbl_tables ADD COLUMN `table_type` VARCHAR(64) NOT NULL DEFAULT 'default' AFTER `title`
WordPress database error: [Duplicate column name 'woo_settings']ALTER TABLE wp_supsystic_tbl_tables ADD COLUMN `woo_settings` TEXT NULL AFTER `settings`
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress databasfel: [Disk got full writing '.(temporary)' (Errcode: 28 "No space left on device")]SELECT t.*, tt.*, tr.object_id 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 tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category', 'post_tag', 'post_format') AND tr.object_id IN (808, 1568, 1601) ORDER BY t.name ASC