WordPress database error: [Disk full (/tmp/#sql-temptable-305-6ca80-e4.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-305-6ca80-e5.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-305-6ca80-e6.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-305-6ca80-e7.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-305-6ca80-e8.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-305-6ca80-ea.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_ips

WordPress database error: [Duplicate column name 'id']
ALTER TABLE `wp_icwp_wpsf_ips` ADD COLUMN id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID' FIRST;

WordPress database error: [Duplicate column name 'ip']
ALTER TABLE `wp_icwp_wpsf_ips` ADD COLUMN ip varbinary(16) UNIQUE COMMENT 'IP Address' AFTER id;

WordPress database error: [Duplicate column name 'created_at']
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-305-6ca80-eb.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_ips

WordPress database error: [Cannot delete or update a parent row: a foreign key constraint fails]
DROP TABLE IF EXISTS `wp_icwp_wpsf_ips`

WordPress database error: [Disk full (/tmp/#sql-temptable-305-6ca80-ed.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_ips

WordPress database error: [Duplicate column name 'id']
ALTER TABLE `wp_icwp_wpsf_ips` ADD COLUMN id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID' FIRST;

WordPress database error: [Duplicate column name 'ip']
ALTER TABLE `wp_icwp_wpsf_ips` ADD COLUMN ip varbinary(16) UNIQUE COMMENT 'IP Address' AFTER id;

WordPress database error: [Duplicate column name 'created_at']
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-305-6ca80-ee.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-305-6ca80-f2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_req_logs

WordPress database error: [Duplicate column name 'id']
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID' FIRST;

WordPress database error: [Duplicate column name 'req_id']
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN req_id varchar(10) UNIQUE DEFAULT '' AFTER id;

WordPress database error: [Duplicate column name 'ip_ref']
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: [Duplicate column name 'type']
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: [Duplicate column name 'verb']
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN verb varchar(8) NOT NULL DEFAULT '' COMMENT 'Request Verb' AFTER type;

WordPress database error: [Duplicate column name 'path']
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN path varchar(512) NOT NULL DEFAULT '' COMMENT 'Request Path' AFTER verb;

WordPress database error: [Duplicate column name 'code']
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: [Duplicate column name 'uid']
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN uid bigint UNSIGNED NOT NULL DEFAULT 0 COMMENT 'User ID' AFTER code;

WordPress database error: [Duplicate column name 'offense']
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: [Duplicate column name 'transient']
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: [Duplicate column name 'meta']
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN meta text COMMENT 'Meta Data' AFTER transient;

WordPress database error: [Duplicate column name 'created_at']
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-305-6ca80-f3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_req_logs

WordPress database error: [Cannot delete or update a parent row: a foreign key constraint fails]
DROP TABLE IF EXISTS `wp_icwp_wpsf_req_logs`

WordPress database error: [Disk full (/tmp/#sql-temptable-305-6ca80-f5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_req_logs

WordPress database error: [Duplicate column name 'id']
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID' FIRST;

WordPress database error: [Duplicate column name 'req_id']
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN req_id varchar(10) UNIQUE DEFAULT '' AFTER id;

WordPress database error: [Duplicate column name 'ip_ref']
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: [Duplicate column name 'type']
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: [Duplicate column name 'verb']
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN verb varchar(8) NOT NULL DEFAULT '' COMMENT 'Request Verb' AFTER type;

WordPress database error: [Duplicate column name 'path']
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN path varchar(512) NOT NULL DEFAULT '' COMMENT 'Request Path' AFTER verb;

WordPress database error: [Duplicate column name 'code']
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: [Duplicate column name 'uid']
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN uid bigint UNSIGNED NOT NULL DEFAULT 0 COMMENT 'User ID' AFTER code;

WordPress database error: [Duplicate column name 'offense']
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: [Duplicate column name 'transient']
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: [Duplicate column name 'meta']
ALTER TABLE `wp_icwp_wpsf_req_logs` ADD COLUMN meta text COMMENT 'Meta Data' AFTER transient;

WordPress database error: [Duplicate column name 'created_at']
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-305-6ca80-f6.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-305-6ca80-f7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_at_logs

WordPress database error: [Duplicate column name 'id']
ALTER TABLE `wp_icwp_wpsf_at_logs` ADD COLUMN id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID' FIRST;

WordPress database error: [Duplicate column name 'req_ref']
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: [Duplicate column name 'site_id']
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: [Duplicate column name 'event_slug']
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: [Duplicate column name 'updated_at']
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: [Duplicate column name 'created_at']
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-305-6ca80-f8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_at_logs

WordPress database error: [Cannot delete or update a parent row: a foreign key constraint fails]
DROP TABLE IF EXISTS `wp_icwp_wpsf_at_logs`

WordPress database error: [Disk full (/tmp/#sql-temptable-305-6ca80-fa.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_at_logs

WordPress database error: [Duplicate column name 'id']
ALTER TABLE `wp_icwp_wpsf_at_logs` ADD COLUMN id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID' FIRST;

WordPress database error: [Duplicate column name 'req_ref']
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: [Duplicate column name 'site_id']
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: [Duplicate column name 'event_slug']
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: [Duplicate column name 'updated_at']
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: [Duplicate column name 'created_at']
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-305-6ca80-fb.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-305-6ca80-fc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_scans

WordPress database error: [Duplicate column name 'id']
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID' FIRST;

WordPress database error: [Duplicate column name 'scan']
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN scan char(3) NOT NULL DEFAULT '' COMMENT 'Scan Slug' AFTER id;

WordPress database error: [Duplicate column name 'status']
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN status varchar(12) NOT NULL DEFAULT '' COMMENT 'Scan Status' AFTER scan;

WordPress database error: [Duplicate column name 'scope_type']
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN scope_type varchar(12) NOT NULL DEFAULT '' COMMENT 'Run Scope Type' AFTER status;

WordPress database error: [Duplicate column name 'scope_key']
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: [Duplicate column name 'run_trigger']
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN run_trigger varchar(20) NOT NULL DEFAULT '' COMMENT 'Run Trigger' AFTER scope_key;

WordPress database error: [Duplicate column name 'started_at']
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: [Duplicate column name 'last_process_at']
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: [Duplicate column name 'ready_at']
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: [Duplicate column name 'finished_at']
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: [Duplicate column name 'meta']
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN meta text COMMENT 'Scan Meta Info' AFTER finished_at;

WordPress database error: [Duplicate column name 'created_at']
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created' AFTER meta;

WordPress database error: [Duplicate column name 'deleted_at']
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-305-6ca80-fd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_scans

WordPress database error: [Cannot delete or update a parent row: a foreign key constraint fails]
DROP TABLE IF EXISTS `wp_icwp_wpsf_scans`

WordPress database error: [Disk full (/tmp/#sql-temptable-305-6ca80-ff.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_scans

WordPress database error: [Duplicate column name 'id']
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID' FIRST;

WordPress database error: [Duplicate column name 'scan']
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN scan char(3) NOT NULL DEFAULT '' COMMENT 'Scan Slug' AFTER id;

WordPress database error: [Duplicate column name 'status']
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN status varchar(12) NOT NULL DEFAULT '' COMMENT 'Scan Status' AFTER scan;

WordPress database error: [Duplicate column name 'scope_type']
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN scope_type varchar(12) NOT NULL DEFAULT '' COMMENT 'Run Scope Type' AFTER status;

WordPress database error: [Duplicate column name 'scope_key']
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: [Duplicate column name 'run_trigger']
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN run_trigger varchar(20) NOT NULL DEFAULT '' COMMENT 'Run Trigger' AFTER scope_key;

WordPress database error: [Duplicate column name 'started_at']
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: [Duplicate column name 'last_process_at']
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: [Duplicate column name 'ready_at']
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: [Duplicate column name 'finished_at']
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: [Duplicate column name 'meta']
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN meta text COMMENT 'Scan Meta Info' AFTER finished_at;

WordPress database error: [Duplicate column name 'created_at']
ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created' AFTER meta;

WordPress database error: [Duplicate column name 'deleted_at']
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-305-6ca80-100.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-305-6ca80-101.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_resultitems

WordPress database error: [Duplicate column name 'id']
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID' FIRST;

WordPress database error: [Duplicate column name 'scan']
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN scan char(3) NOT NULL DEFAULT '' COMMENT 'Owning Scan Slug' AFTER id;

WordPress database error: [Duplicate column name 'item_type']
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN item_type char(1) NOT NULL DEFAULT '' COMMENT 'Result Item Type' AFTER scan;

WordPress database error: [Duplicate column name 'item_id']
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: [Duplicate column name 'asset_type']
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: [Duplicate column name 'asset_key']
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: [Duplicate column name 'ignored_at']
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: [Duplicate column name 'notified_at']
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: [Duplicate column name 'auto_filtered_at']
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: [Duplicate column name 'attempt_repair_at']
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: [Duplicate column name 'last_seen_at']
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: [Duplicate column name 'resolved_at']
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: [Duplicate column name 'resolution_reason']
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN resolution_reason varchar(20) NOT NULL DEFAULT '' COMMENT 'Resolution Reason' AFTER resolved_at;

WordPress database error: [Duplicate column name 'item_repaired_at']
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: [Duplicate column name 'item_deleted_at']
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: [Duplicate column name 'updated_at']
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: [Duplicate column name 'created_at']
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: [Duplicate column name 'deleted_at']
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-305-6ca80-102.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_resultitems

WordPress database error: [Cannot delete or update a parent row: a foreign key constraint fails]
DROP TABLE IF EXISTS `wp_icwp_wpsf_resultitems`

WordPress database error: [Disk full (/tmp/#sql-temptable-305-6ca80-104.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_icwp_wpsf_resultitems

WordPress database error: [Duplicate column name 'id']
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID' FIRST;

WordPress database error: [Duplicate column name 'scan']
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN scan char(3) NOT NULL DEFAULT '' COMMENT 'Owning Scan Slug' AFTER id;

WordPress database error: [Duplicate column name 'item_type']
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN item_type char(1) NOT NULL DEFAULT '' COMMENT 'Result Item Type' AFTER scan;

WordPress database error: [Duplicate column name 'item_id']
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: [Duplicate column name 'asset_type']
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: [Duplicate column name 'asset_key']
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: [Duplicate column name 'ignored_at']
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: [Duplicate column name 'notified_at']
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: [Duplicate column name 'auto_filtered_at']
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: [Duplicate column name 'attempt_repair_at']
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: [Duplicate column name 'last_seen_at']
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: [Duplicate column name 'resolved_at']
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: [Duplicate column name 'resolution_reason']
ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN resolution_reason varchar(20) NOT NULL DEFAULT '' COMMENT 'Resolution Reason' AFTER resolved_at;

WordPress database error: [Duplicate column name 'item_repaired_at']
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: [Duplicate column name 'item_deleted_at']
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: [Duplicate column name 'updated_at']
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: [Duplicate column name 'created_at']
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: [Duplicate column name 'deleted_at']
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-305-6ca80-105.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-305-6ca80-10a.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-305-6ca80-10b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_options`

Part 107 Test Prep – FlyUSI
25,000+
Students Certified
ONLY $99 for a LIMITED TIME

pass the part 107

This top-tier course prepares you to pass the FAA Part 107 test, allowing you to fly drones commercially.

Pass or Don’t Pay Guarantee

Pass your Part 107 exam or receive a refund*.

Take the Essential 1st step for remote drone pilot training & certification

Act Fast! – Enroll now and SAVE. For a limited time we are offering our course at a discounted rate of only
$99/year to celebrate the beginning of Summer.

go at your own pace

16–20 hours

regular price $150

regular price $150

Only $99

for 1 year of access

Introducing Part 107

Test Prep System

Developed by the Unmanned Safety Institute—Pioneers in Drone Safety and Training

FAA Part 107 Exam Prep

Learn everything you need to know to pass!

Drone System Regulations

rating privileges, limitations & flight operations.

Airspace classification

and operating requirements

Flight restrictions

affecting small unmanned aircraft operations

Weather Effects on drones

and sources of aviation weather info

Emergency procedures
Crew resource management
Radio communications
Aeronautical decisions
Airport operations
Pre-Flight Maintenance

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

Part 107 Steps to Success

1. Easy instruction

No prior experience is required in order to enroll in our part 107 exam prep.

2. A Few Hours a Day

Go at your own pace; the entire course is usually completed in around 16-20 hours total.

3. Learn Your Way

With Remote and/or with live virtual instructor training from top-class teachers.

4. Guaranteed Pass

USI is committed to your success and here to support you.  Enroll confidently, knowing you can pass your Part 107 exam, or receive a refund*.

what is faa part 107?

In 2016, the Federal Aviation Administration (FAA) introduced an Unmanned Aircraft Safety aeronautical test requirement to fly drones commercially.

What You’ll Learn

  • Regulations for drone system rating privileges, limitations, and flight operations
  • Airspace classification and operating requirements
  • Flight restrictions affecting small unmanned aircraft operations
  • Weather, Emergency Procedures, and Radio communications
  • Crew Resource Management, Aeronautical decision-making and judgement
  • And more!
Course Reviews

See what our students have to say.

Enroll Now

Course Details

Introducing the Part 107 Entry-Level Test Preparation Course by the Unmanned Safety Institute—Pioneers in Drone Safety and Training

Regular Price $150
USI START OF SUMMER SALE!
– Only $99/year for a limited time – 

Commercial Remote Pilot (Part 107) Course

At the Unmanned Safety Institute (USI), we’ve set the industry benchmark for professional drone pilot training for over a decade. Trusted by thousands, our certification programs are synonymous with excellence and a deep commitment to safety in drone operations.

Now, we are excited to bring our unparalleled expertise to the entry-level Part 107 test preparation space. This new course is designed for those beginning their journey into the world of commercial drone piloting. It offers the same rigorous standards and quality instruction that define all our programs but tailored to meet the needs of entry-level participants.

*Money-back guarantee requires the learner to complete all modules in the course, achieve 90% or better on all progress checks and the practice exam, and receive a USI Certificate of Completion. The Certificate of Completion must be dated within seven days of taking the FAA unmanned aircraft general exam. Submit your refund request to Info@flyusi.org within 90 days of taking the Unmanned Aircraft general knowledge exam, along with the PSI test report and proof of payment.

Please note the email address entered here will be used for your account login.

Part 107 Test Prep

questions & answers

To fly a drone commercially in the U.S., you need a Part 107 license from the FAA. This applies to anyone making money from drones, such as through ads on YouTube. Various professionals, including real estate agents, roofers, photographers, mappers, influencers, and first responders, use drones to enhance their work.

Anyone can become a Part 107 certified drone pilot if they’re at least 16 years old, physically and mentally fit, and can speak and write in English. U.S. citizenship isn’t required. To get the license, you must pass a 60-question exam.

At the Unmanned Safety Institute (USI), we’ve set the industry benchmark for professional drone pilot training for over a decade. Trusted by thousands, our certification programs are synonymous with excellence and a deep commitment to safety in drone operations.

The FAA recommends 20 hours of study to pass the Part 107 exam. Our course is 15 hours, which, along with some light reading, is sufficient. Many other courses are only about 5 hours long.

The Part 107 exam costs around $175 and is administered by an FAA-authorized center. We don’t receive any part of this fee. It’s non-refundable, so make sure to study thoroughly before taking it. If you fail, you’ll need to wait 2 weeks before retaking the exam.

The FAA has a list of authorized testing facilities, with centers in most major cities across all 50 states. Signing up for a test date in advance can help motivate you to study.
The money-back “Guaranteed Pass” or “Pass Guarantee”, requires the learner to complete all modules in the course, achieve 90% or better on all progress checks and the practice exam, and receive a USI Certificate of Completion. The Certificate of Completion must be dated within seven days of taking the FAA unmanned aircraft general exam. Submit your refund request to Info@flyusi.org within 90 days of taking the Unmanned Aircraft general knowledge exam, along with the PSI test report and proof of payment.

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