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: [Table 'wp_hurrytimer_evergreen' already exists]CREATE TABLE wp_hurrytimer_evergreen (
id bigint(20) NOT NULL AUTO_INCREMENT,
countdown_id bigint(20) unsigned NOT NULL,
client_ip_address varchar(50) NOT NULL,
expired tinyint(1) unsigned DEFAULT NULL,
client_expires_at bigint(20) unsigned NOT NULL,
reset_token varchar(20) NULL,
destroy_at timestamp NULL DEFAULT NULL,
PRIMARY KEY (id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci