WordPress database error: [Disk full (/tmp/#sql-temptable-1f009a-2bc10-169b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_options`

WordPress database error: [Disk full (/tmp/#sql-temptable-1f009a-2bc10-169c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_options`

WordPress database error: [Disk full (/tmp/#sql-temptable-1f009a-2bc10-169d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_options`

WordPress database error: [Disk full (/tmp/#sql-temptable-1f009a-2bc10-169f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_options`

WordPress database error: [Disk full (/tmp/#sql-temptable-1f009a-2bc10-16a0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_options`

WordPress database error: [Disk full (/tmp/#sql-temptable-1f009a-2bc10-16a2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_ips

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_ips` ADD COLUMN id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID' FIRST;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_ips` ADD COLUMN ip varbinary(16) UNIQUE COMMENT 'IP Address' AFTER id;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_ips` ADD COLUMN created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created' AFTER ip;

WordPress database error: [Disk full (/tmp/#sql-temptable-1f009a-2bc10-16a3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_ips

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
DROP TABLE IF EXISTS `wp_icwp_wpsf_ips`

WordPress database error: [Disk full (/tmp/#sql-temptable-1f009a-2bc10-16a5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_ips

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_ips` ADD COLUMN id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID' FIRST;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_ips` ADD COLUMN ip varbinary(16) UNIQUE COMMENT 'IP Address' AFTER id;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_ips` ADD COLUMN created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created' AFTER ip;

WordPress database error: [Disk full (/tmp/#sql-temptable-1f009a-2bc10-16a6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_ips

WordPress database error: [Error writing file './get_flyusi_o/wp_icwp_wpsf_ip_rules.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE IF NOT EXISTS `wp_icwp_wpsf_ip_rules` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', ip_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', cidr int(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'CIDR', is_range tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Is IP Range', offenses int(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Offenses Count', type char(2) NOT NULL DEFAULT '' COMMENT 'List', label varchar(255) NOT NULL DEFAULT '' COMMENT 'IP Description', can_export tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Can This IP Be Exported', last_access_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Access', blocked_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'IP Blocked', unblocked_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Visitor Requested Unblock', last_unblock_attempt_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Time An Auto-Unblock Attempt Was Made', expires_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The IP Rule on this lists expires at this time.', imported_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'This IP rule was imported from a master site.', updated_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Updated', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', deleted_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Soft Deleted', PRIMARY KEY (id), FOREIGN KEY (ip_ref) REFERENCES wp_icwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './get_flyusi_o/wp_icwp_wpsf_ip_rules.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE IF NOT EXISTS `wp_icwp_wpsf_ip_rules` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', ip_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', cidr int(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'CIDR', is_range tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Is IP Range', offenses int(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Offenses Count', type char(2) NOT NULL DEFAULT '' COMMENT 'List', label varchar(255) NOT NULL DEFAULT '' COMMENT 'IP Description', can_export tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Can This IP Be Exported', last_access_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Access', blocked_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'IP Blocked', unblocked_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Visitor Requested Unblock', last_unblock_attempt_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Time An Auto-Unblock Attempt Was Made', expires_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The IP Rule on this lists expires at this time.', imported_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'This IP rule was imported from a master site.', updated_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Updated', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', deleted_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Soft Deleted', PRIMARY KEY (id), FOREIGN KEY (ip_ref) REFERENCES wp_icwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Disk full (/tmp/#sql-temptable-1f009a-2bc10-16aa.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_req_logs

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID' FIRST;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN req_id varchar(10) UNIQUE DEFAULT '' AFTER id;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN ip_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID' AFTER req_id;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN type char(1) NOT NULL DEFAULT '' COMMENT 'Type of requests' AFTER ip_ref;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN verb varchar(8) NOT NULL DEFAULT '' COMMENT 'Request Verb' AFTER type;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN path varchar(512) NOT NULL DEFAULT '' COMMENT 'Request Path' AFTER verb;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN code smallint(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Response Code' AFTER path;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN uid bigint UNSIGNED NOT NULL DEFAULT 0 COMMENT 'User ID' AFTER code;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN offense tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Was Offense' AFTER uid;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN transient tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Temporary Log' AFTER offense;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN meta text COMMENT 'Meta Data' AFTER transient;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created' AFTER meta;

WordPress database error: [Disk full (/tmp/#sql-temptable-1f009a-2bc10-16ab.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_req_logs

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
DROP TABLE IF EXISTS `wp_icwp_wpsf_req_logs`

WordPress database error: [Disk full (/tmp/#sql-temptable-1f009a-2bc10-16ad.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_req_logs

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID' FIRST;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN req_id varchar(10) UNIQUE DEFAULT '' AFTER id;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN ip_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID' AFTER req_id;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN type char(1) NOT NULL DEFAULT '' COMMENT 'Type of requests' AFTER ip_ref;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN verb varchar(8) NOT NULL DEFAULT '' COMMENT 'Request Verb' AFTER type;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN path varchar(512) NOT NULL DEFAULT '' COMMENT 'Request Path' AFTER verb;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN code smallint(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Response Code' AFTER path;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN uid bigint UNSIGNED NOT NULL DEFAULT 0 COMMENT 'User ID' AFTER code;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN offense tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Was Offense' AFTER uid;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN transient tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Temporary Log' AFTER offense;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN meta text COMMENT 'Meta Data' AFTER transient;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created' AFTER meta;

WordPress database error: [Disk full (/tmp/#sql-temptable-1f009a-2bc10-16ae.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_req_logs

WordPress database error: [Disk full (/tmp/#sql-temptable-1f009a-2bc10-16af.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_at_logs

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_at_logs` ADD COLUMN id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID' FIRST;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_at_logs` ADD COLUMN req_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID' AFTER id;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_at_logs` ADD COLUMN site_id int(11) UNSIGNED NOT NULL DEFAULT 1 COMMENT 'Site ID' AFTER req_ref;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_at_logs` ADD COLUMN event_slug varchar(120) NOT NULL DEFAULT '' COMMENT 'Event Slug' AFTER site_id;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_at_logs` ADD COLUMN updated_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Updated' AFTER event_slug;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_at_logs` ADD COLUMN created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created' AFTER updated_at;

WordPress database error: [Disk full (/tmp/#sql-temptable-1f009a-2bc10-16b0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_at_logs

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
DROP TABLE IF EXISTS `wp_icwp_wpsf_at_logs`

WordPress database error: [Disk full (/tmp/#sql-temptable-1f009a-2bc10-16b2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_at_logs

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_at_logs` ADD COLUMN id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID' FIRST;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_at_logs` ADD COLUMN req_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID' AFTER id;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_at_logs` ADD COLUMN site_id int(11) UNSIGNED NOT NULL DEFAULT 1 COMMENT 'Site ID' AFTER req_ref;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_at_logs` ADD COLUMN event_slug varchar(120) NOT NULL DEFAULT '' COMMENT 'Event Slug' AFTER site_id;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_at_logs` ADD COLUMN updated_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Updated' AFTER event_slug;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_at_logs` ADD COLUMN created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created' AFTER updated_at;

WordPress database error: [Disk full (/tmp/#sql-temptable-1f009a-2bc10-16b3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_at_logs

WordPress database error: [Disk full (/tmp/#sql-temptable-1f009a-2bc10-16b4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_scans

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID' FIRST;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN scan char(3) NOT NULL DEFAULT '' COMMENT 'Scan Slug' AFTER id;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN status varchar(12) NOT NULL DEFAULT '' COMMENT 'Scan Status' AFTER scan;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN scope_type varchar(12) NOT NULL DEFAULT '' COMMENT 'Run Scope Type' AFTER status;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN scope_key varchar(256) NOT NULL DEFAULT '' COMMENT 'Run Scope Key' AFTER scope_type;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN run_trigger varchar(20) NOT NULL DEFAULT '' COMMENT 'Run Trigger' AFTER scope_key;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN started_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Run Started At' AFTER run_trigger;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN last_process_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Worker Last Touched Run' AFTER started_at;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN ready_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Scan Ready At' AFTER last_process_at;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN finished_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Scan Completed At' AFTER ready_at;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN meta text COMMENT 'Scan Meta Info' AFTER finished_at;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created' AFTER meta;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN deleted_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Soft Deleted' AFTER created_at;

WordPress database error: [Disk full (/tmp/#sql-temptable-1f009a-2bc10-16b5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_scans

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
DROP TABLE IF EXISTS `wp_icwp_wpsf_scans`

WordPress database error: [Disk full (/tmp/#sql-temptable-1f009a-2bc10-16b7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_scans

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID' FIRST;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN scan char(3) NOT NULL DEFAULT '' COMMENT 'Scan Slug' AFTER id;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN status varchar(12) NOT NULL DEFAULT '' COMMENT 'Scan Status' AFTER scan;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN scope_type varchar(12) NOT NULL DEFAULT '' COMMENT 'Run Scope Type' AFTER status;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN scope_key varchar(256) NOT NULL DEFAULT '' COMMENT 'Run Scope Key' AFTER scope_type;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN run_trigger varchar(20) NOT NULL DEFAULT '' COMMENT 'Run Trigger' AFTER scope_key;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN started_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Run Started At' AFTER run_trigger;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN last_process_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Worker Last Touched Run' AFTER started_at;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN ready_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Scan Ready At' AFTER last_process_at;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN finished_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Scan Completed At' AFTER ready_at;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN meta text COMMENT 'Scan Meta Info' AFTER finished_at;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created' AFTER meta;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN deleted_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Soft Deleted' AFTER created_at;

WordPress database error: [Disk full (/tmp/#sql-temptable-1f009a-2bc10-16b8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_scans

WordPress database error: [Disk full (/tmp/#sql-temptable-1f009a-2bc10-16b9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_resultitems

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID' FIRST;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN scan char(3) NOT NULL DEFAULT '' COMMENT 'Owning Scan Slug' AFTER id;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN item_type char(1) NOT NULL DEFAULT '' COMMENT 'Result Item Type' AFTER scan;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN item_id varchar(256) NOT NULL DEFAULT '' COMMENT 'Result Item ID' AFTER item_type;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN asset_type varchar(16) NOT NULL DEFAULT '' COMMENT 'Normalised Asset Type' AFTER item_id;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN asset_key varchar(256) NOT NULL DEFAULT '' COMMENT 'Normalised Asset Key' AFTER asset_type;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN ignored_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Result Ignored' AFTER asset_key;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN notified_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Result Notification Sent' AFTER ignored_at;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN auto_filtered_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Result Auto Filtered' AFTER notified_at;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN attempt_repair_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Attempted Repair At' AFTER auto_filtered_at;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN last_seen_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Seen In Scan' AFTER attempt_repair_at;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN resolved_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Resolved At' AFTER last_seen_at;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN resolution_reason varchar(20) NOT NULL DEFAULT '' COMMENT 'Resolution Reason' AFTER resolved_at;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN item_repaired_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Item Repaired At' AFTER resolution_reason;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN item_deleted_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Item Deleted At' AFTER item_repaired_at;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN updated_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Updated' AFTER item_deleted_at;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created' AFTER updated_at;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN deleted_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Soft Deleted' AFTER created_at;

WordPress database error: [Disk full (/tmp/#sql-temptable-1f009a-2bc10-16ba.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_resultitems

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
DROP TABLE IF EXISTS `wp_icwp_wpsf_resultitems`

WordPress database error: [Disk full (/tmp/#sql-temptable-1f009a-2bc10-16bc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_resultitems

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID' FIRST;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN scan char(3) NOT NULL DEFAULT '' COMMENT 'Owning Scan Slug' AFTER id;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN item_type char(1) NOT NULL DEFAULT '' COMMENT 'Result Item Type' AFTER scan;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN item_id varchar(256) NOT NULL DEFAULT '' COMMENT 'Result Item ID' AFTER item_type;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN asset_type varchar(16) NOT NULL DEFAULT '' COMMENT 'Normalised Asset Type' AFTER item_id;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN asset_key varchar(256) NOT NULL DEFAULT '' COMMENT 'Normalised Asset Key' AFTER asset_type;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN ignored_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Result Ignored' AFTER asset_key;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN notified_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Result Notification Sent' AFTER ignored_at;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN auto_filtered_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Result Auto Filtered' AFTER notified_at;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN attempt_repair_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Attempted Repair At' AFTER auto_filtered_at;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN last_seen_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Seen In Scan' AFTER attempt_repair_at;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN resolved_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Resolved At' AFTER last_seen_at;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN resolution_reason varchar(20) NOT NULL DEFAULT '' COMMENT 'Resolution Reason' AFTER resolved_at;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN item_repaired_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Item Repaired At' AFTER resolution_reason;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN item_deleted_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Item Deleted At' AFTER item_repaired_at;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN updated_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Updated' AFTER item_deleted_at;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created' AFTER updated_at;

WordPress database error: [Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")]
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN deleted_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Soft Deleted' AFTER created_at;

WordPress database error: [Disk full (/tmp/#sql-temptable-1f009a-2bc10-16bd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_resultitems

WordPress database error: [Error writing file './get_flyusi_o/wp_icwp_wpsf_scanresults.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE IF NOT EXISTS `wp_icwp_wpsf_scanresults` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', scan_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', resultitem_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id), FOREIGN KEY (scan_ref) REFERENCES wp_icwp_wpsf_scans(id) ON DELETE CASCADE ON UPDATE CASCADE, FOREIGN KEY (resultitem_ref) REFERENCES wp_icwp_wpsf_resultitems(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './get_flyusi_o/wp_icwp_wpsf_scanresults.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE IF NOT EXISTS `wp_icwp_wpsf_scanresults` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', scan_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', resultitem_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id), FOREIGN KEY (scan_ref) REFERENCES wp_icwp_wpsf_scans(id) ON DELETE CASCADE ON UPDATE CASCADE, FOREIGN KEY (resultitem_ref) REFERENCES wp_icwp_wpsf_resultitems(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Disk full (/tmp/#sql-temptable-1f009a-2bc10-16c2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_options`

WordPress database error: [Disk full (/tmp/#sql-temptable-1f009a-2bc10-16c3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_options`

Fast Track Drone Training Programs – Part 107 Test Prep
NEW YEAR, NEW CAREER

Become a Professional
Drone Operator

Fast track programs designed to get you job ready in 12 weeks. Learn the skills, earn certifications, and start a career that feels like freedom.

Work that doesn’t
feel like work

Get a job in
90 days or less

Work that doesn’t feel like work

Be job ready in

0
weeks only

Geat a job in

0
days or less

program outcomes

Go beyond FAA Part 107 minimum requirements, with hands-on flight training and industry recognized certifications that demonstrate your expertise in drone operations, data collection, and safety protocols.

Certifications

1. Remote Pilot Certificate (From the FAA)
2. VLOS System Operation Ground Certification (From USI)
3. VLOS System Operation Flight Certification (From USI – on site)
4. Safety Level 1 Certification (From USI)
5. Safety Level 2 Certification (From USI – on site)
6. Advanced Safety Level 1 Certification (From USI)
7. Advanced Safety Level 2 Certification (From USI)
8. Advanced Unmanned System Ground Certification (From USI)
9. Advanced Unmanned System Flight Certification (From USI – on site)

Skills gained

  • Flight operations
  • data collection
  • safety protocols

Hire-ability

Interview or Job Guarantees…

Scale your Income Potential

Professional drone operators in the United States earn between $50,000 and $200,000 annually, with opportunities for freelance work and specialized projects. The average salary according to Ziprecruiter.com as of December 2025 is $130,916.

callout 1

Showcase growth expectations if available

callout 2

Call out specific industry data that demonstrates growth

Industries

(i.e. agriculture, construction, public safety, etc.)

Enjoy diverse roles across industries

There’s a demand for surveying, infrastructure inspections, aerial photography and creative media projects, asset inspections, and even roles that support agriculture or package delivery.

01

broad range of opportunities

02

working outdoors

03

Surveying & inspections

04

Ariel Photography

05

Agriculture

06

Package Delivery

Course Reviews

See what our students have to say.

Why Choose USI?

Guided by Purpose, Driven by Excellence. The Unmanned Safety Institute (USI) is a leader in UAS flight safety training and certification for individuals, academia, and organizations.  Our programs are endorsed by major aviation insurers and serve as a workforce pathway aligned to industry pay scales.

1K+
Certifications Issued
0
Students
0
Organizations
0
Certified Instructors

Request Information

The All-in-One Drone Program for High Schools by the Unmanned Safety Institute—Pioneers in Drone Safety and Training

Please fill out the form below to get started.

Program Includes:

Instructor and student seats preloaded with FAA‑aligned curriculum, auto‑graded assessments, and tracking tools. Train with confidence. Teach with impact.

Printed workbooks reinforce aeronautical knowledge through real‑world scenarios and hands‑on activities—purpose‑built for the classroom.

Lightweight, durable, classroom‑safe aircraft for indoor/outdoor flight. Students build psychomotor skills and drone confidence while capturing video and executing mission maneuvers.

Durable, quick‑reference guides support Part 107 readiness with concise summaries and high‑use references for class and self‑study.

From onboarding to implementation, our team provides orientation, LMS training, and educator access throughout the school year.

questions & answers

The Starter Kit includes instruction, equipment, and support. Most schools launch within a term with existing staff.

Yes—digital lessons, workbooks, and study guides align to FAA Part 107 and support exam readiness.

Yes—base kit includes 20 seats; additional seats can be added as needed.

Absolutely. It’s built for Perkins V, STEM, and CTE contexts and maps to relevant standards.

WordPress database error: [Disk full (/tmp/#sql-temptable-1f009a-2bc10-16c4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_options`