WordPress database error: [Table 'gw_split_group' already exists]CREATE TABLE gw_split_group (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(100) NOT NULL,
`page` int(11) NOT NULL,
`last_active` int(11) NOT NULL,
`interval` int(11) NOT NULL,
`date` datetime NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW FULL COLUMNS FROM `gw_options`
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW COLUMNS FROM gw_wpsecure_login LIKE "country"
WordPress database error: [Duplicate column name 'country']ALTER TABLE gw_wpsecure_login ADD country VARCHAR(150)
WordPress database error: [Duplicate column name 'city']ALTER TABLE gw_wpsecure_login ADD city VARCHAR(100)
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW COLUMNS FROM gw_wpgate_blocked_ips LIKE "country"
WordPress database error: [Duplicate column name 'country']ALTER TABLE gw_wpgate_blocked_ips ADD country VARCHAR(150)
WordPress database error: [Duplicate column name 'city']ALTER TABLE gw_wpgate_blocked_ips ADD city VARCHAR(100)
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW FULL COLUMNS FROM `gw_options`
WordPress database error: [Disk got full writing '.(temporary)' (Errcode: 28 "No space left on device")]SELECT t.*, tt.*, tr.object_id FROM gw_terms AS t INNER JOIN gw_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN gw_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 (1, 71, 73, 75, 77) ORDER BY t.name ASC