WordPress database error: [Disk full (/var/tmp/#sql-temptable-53b-137dc0-14d8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SELECT COLLATION_NAME FROM information_schema.columns WHERE TABLE_SCHEMA = 'automha_nd' AND TABLE_NAME = 'at_icl_strings' AND COLUMN_NAME = 'context'

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_reports.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_reports` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', type char(3) NOT NULL DEFAULT '' COMMENT 'Report Type', interval_length varchar(10) NOT NULL DEFAULT '' COMMENT 'Report Interval', unique_id char(36) UNIQUE NOT NULL COMMENT 'Unique ID', title varchar(64) NOT NULL DEFAULT '' COMMENT 'Report Title', content mediumblob COMMENT 'Report Content', protected tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Protected against deletion', interval_start_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Interval Start', interval_end_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Interval End', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Report Sent At', PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_reports.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_reports` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', type char(3) NOT NULL DEFAULT '' COMMENT 'Report Type', interval_length varchar(10) NOT NULL DEFAULT '' COMMENT 'Report Interval', unique_id char(36) UNIQUE NOT NULL COMMENT 'Unique ID', title varchar(64) NOT NULL DEFAULT '' COMMENT 'Report Title', content mediumblob COMMENT 'Report Content', protected tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Protected against deletion', interval_start_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Interval Start', interval_end_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Interval End', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Report Sent At', PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_ips.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_ips` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', ip varbinary(16) UNIQUE COMMENT 'IP Address', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_ips.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_ips` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', ip varbinary(16) UNIQUE COMMENT 'IP Address', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_ip_meta.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_ip_meta` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', ip_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', asn int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'ASN', country_iso2 char(2) NOT NULL DEFAULT '' COMMENT 'Country Code ISO 3166-1 alpha-2', pc_is_proxy tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'ProxyCheck: Is Proxy?', geo_updated_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Geolocation data updated at', pc_last_check_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'ProxyCheck last lookup at', 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 at_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 './automha_nd/at_icwp_wpsf_ip_meta.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_ip_meta` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', ip_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', asn int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'ASN', country_iso2 char(2) NOT NULL DEFAULT '' COMMENT 'Country Code ISO 3166-1 alpha-2', pc_is_proxy tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'ProxyCheck: Is Proxy?', geo_updated_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Geolocation data updated at', pc_last_check_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'ProxyCheck last lookup at', 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 at_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 './automha_nd/at_icwp_wpsf_req_logs.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_req_logs` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', req_id varchar(10) UNIQUE DEFAULT '' , ip_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', type char(1) NOT NULL DEFAULT '' COMMENT 'Type of requests', verb varchar(8) NOT NULL DEFAULT '' COMMENT 'Request Verb', path varchar(512) NOT NULL DEFAULT '' COMMENT 'Request Path', code smallint(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Response Code', uid bigint UNSIGNED NOT NULL DEFAULT 0 COMMENT 'User ID', offense tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Was Offense', transient tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Temporary Log', meta text COMMENT 'Meta Data', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id), FOREIGN KEY (ip_ref) REFERENCES at_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 './automha_nd/at_icwp_wpsf_req_logs.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_req_logs` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', req_id varchar(10) UNIQUE DEFAULT '' , ip_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', type char(1) NOT NULL DEFAULT '' COMMENT 'Type of requests', verb varchar(8) NOT NULL DEFAULT '' COMMENT 'Request Verb', path varchar(512) NOT NULL DEFAULT '' COMMENT 'Request Path', code smallint(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Response Code', uid bigint UNSIGNED NOT NULL DEFAULT 0 COMMENT 'User ID', offense tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Was Offense', transient tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Temporary Log', meta text COMMENT 'Meta Data', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id), FOREIGN KEY (ip_ref) REFERENCES at_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 './automha_nd/at_icwp_wpsf_user_meta.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_user_meta` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', user_id bigint(11) UNIQUE NOT NULL DEFAULT 0 , ip_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', backupcode_ready_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Backup Code Ready', email_ready_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Email Ready', ga_ready_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Google Auth Ready', u2f_ready_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'U2F Ready', yubi_ready_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Yubikey Ready', first_seen_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'User First Seen', last_login_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Login At', last_2fa_verified_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last 2FA Verified', hard_suspended_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Hard Suspend', pass_started_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Password First Seen or Set', updated_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Updated', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id), FOREIGN KEY (ip_ref) REFERENCES at_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 './automha_nd/at_icwp_wpsf_user_meta.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_user_meta` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', user_id bigint(11) UNIQUE NOT NULL DEFAULT 0 , ip_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', backupcode_ready_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Backup Code Ready', email_ready_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Email Ready', ga_ready_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Google Auth Ready', u2f_ready_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'U2F Ready', yubi_ready_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Yubikey Ready', first_seen_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'User First Seen', last_login_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Login At', last_2fa_verified_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last 2FA Verified', hard_suspended_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Hard Suspend', pass_started_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Password First Seen or Set', updated_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Updated', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id), FOREIGN KEY (ip_ref) REFERENCES at_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 './automha_nd/at_icwp_wpsf_rules.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_rules` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', uuid char(36) NOT NULL UNIQUE DEFAULT '' COMMENT 'UUIDv4', slug varchar(128) NOT NULL DEFAULT '' , name varchar(128) NOT NULL DEFAULT '' , description varchar(256) NOT NULL DEFAULT '' , type char(1) NOT NULL DEFAULT '' COMMENT 'Fixed-Length String', exec_order smallint(5) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Execution Order', is_active tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Is rule active?', is_apply_default tinyint(1) UNSIGNED NOT NULL DEFAULT 1 COMMENT 'Automatically apply default conditions', can_export tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Can rule be included in site-to-site export', user_id bigint(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Author (User) ID for custom rules', builder_version varchar(10) NOT NULL DEFAULT '' , rule_as_json text COMMENT 'Rule as JSON', form text COMMENT 'Form Data', form_draft text COMMENT 'Draft Form Data', updated_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Updated', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_rules.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_rules` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', uuid char(36) NOT NULL UNIQUE DEFAULT '' COMMENT 'UUIDv4', slug varchar(128) NOT NULL DEFAULT '' , name varchar(128) NOT NULL DEFAULT '' , description varchar(256) NOT NULL DEFAULT '' , type char(1) NOT NULL DEFAULT '' COMMENT 'Fixed-Length String', exec_order smallint(5) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Execution Order', is_active tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Is rule active?', is_apply_default tinyint(1) UNSIGNED NOT NULL DEFAULT 1 COMMENT 'Automatically apply default conditions', can_export tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Can rule be included in site-to-site export', user_id bigint(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Author (User) ID for custom rules', builder_version varchar(10) NOT NULL DEFAULT '' , rule_as_json text COMMENT 'Rule as JSON', form text COMMENT 'Form Data', form_draft text COMMENT 'Draft Form Data', updated_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Updated', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_snapshots.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_snapshots` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', slug varchar(10) NOT NULL DEFAULT '' COMMENT 'Snapshot Slug', data mediumtext COMMENT 'Snapshot', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_snapshots.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_snapshots` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', slug varchar(10) NOT NULL DEFAULT '' COMMENT 'Snapshot Slug', data mediumtext COMMENT 'Snapshot', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_at_logs.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_at_logs` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', req_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', site_id int(11) UNSIGNED NOT NULL DEFAULT 1 COMMENT 'Site ID', event_slug varchar(120) NOT NULL DEFAULT '' COMMENT 'Event Slug', updated_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Updated', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id), FOREIGN KEY (req_ref) REFERENCES at_icwp_wpsf_req_logs(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_at_logs.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_at_logs` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', req_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', site_id int(11) UNSIGNED NOT NULL DEFAULT 1 COMMENT 'Site ID', event_slug varchar(120) NOT NULL DEFAULT '' COMMENT 'Event Slug', updated_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Updated', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id), FOREIGN KEY (req_ref) REFERENCES at_icwp_wpsf_req_logs(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_at_meta.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_at_meta` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', log_ref int(11) UNSIGNED NOT NULL COMMENT 'Reference to primary log entry', meta_key varchar(32) NOT NULL DEFAULT '' COMMENT 'Meta Key', meta_value text COMMENT 'Meta Data', PRIMARY KEY (id), FOREIGN KEY (log_ref) REFERENCES at_icwp_wpsf_at_logs(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_at_meta.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_at_meta` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', log_ref int(11) UNSIGNED NOT NULL COMMENT 'Reference to primary log entry', meta_key varchar(32) NOT NULL DEFAULT '' COMMENT 'Meta Key', meta_value text COMMENT 'Meta Data', PRIMARY KEY (id), FOREIGN KEY (log_ref) REFERENCES at_icwp_wpsf_at_logs(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_event.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_event` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', event varchar(50) NOT NULL DEFAULT '' , count int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Total', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_event.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_event` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', event varchar(50) NOT NULL DEFAULT '' , count int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Total', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_botsignal.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_botsignal` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', ip_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', notbot_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'NotBot', frontpage_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Any Frontend Page Loaded', loginpage_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Login Page Loaded', bt404_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack 404', btfake_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack FakeWebCrawler', btcheese_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack LinkCheese', btloginfail_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack LoginFailed', btua_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack Useragent Fail', btxml_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack XMLRPC Access', btlogininvalid_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack LoginInvalid', btinvalidscript_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack InvalidScript', btauthorfishing_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack Author Username Fishing', cooldown_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Cooldown Triggered', humanspam_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Comment Marked As Human SPAM', markspam_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Mark Comment As SPAM', unmarkspam_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Unmark Comment As SPAM', captchapass_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Captcha Passed', captchafail_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Captcha Failed', auth_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Successful Login', firewall_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Triggered Firewall', ratelimit_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Rate Limit Exceeded', offense_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Offense', blocked_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Block', unblocked_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Unblocked', bypass_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Bypass', snsent_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Sent To ShieldNET', 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 at_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 './automha_nd/at_icwp_wpsf_botsignal.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_botsignal` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', ip_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', notbot_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'NotBot', frontpage_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Any Frontend Page Loaded', loginpage_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Login Page Loaded', bt404_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack 404', btfake_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack FakeWebCrawler', btcheese_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack LinkCheese', btloginfail_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack LoginFailed', btua_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack Useragent Fail', btxml_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack XMLRPC Access', btlogininvalid_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack LoginInvalid', btinvalidscript_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack InvalidScript', btauthorfishing_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack Author Username Fishing', cooldown_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Cooldown Triggered', humanspam_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Comment Marked As Human SPAM', markspam_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Mark Comment As SPAM', unmarkspam_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Unmark Comment As SPAM', captchapass_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Captcha Passed', captchafail_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Captcha Failed', auth_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Successful Login', firewall_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Triggered Firewall', ratelimit_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Rate Limit Exceeded', offense_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Offense', blocked_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Block', unblocked_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Unblocked', bypass_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Bypass', snsent_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Sent To ShieldNET', 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 at_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 './automha_nd/at_icwp_wpsf_ip_rules.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_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 at_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 './automha_nd/at_icwp_wpsf_ip_rules.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_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 at_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 './automha_nd/at_icwp_wpsf_crowdsec_signals.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_crowdsec_signals` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', scenario varchar(32) NOT NULL DEFAULT '' , scope varchar(16) NOT NULL DEFAULT '' , value varchar(256) NOT NULL DEFAULT '' , milli_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Milliseconds', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_crowdsec_signals.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_crowdsec_signals` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', scenario varchar(32) NOT NULL DEFAULT '' , scope varchar(16) NOT NULL DEFAULT '' , value varchar(256) NOT NULL DEFAULT '' , milli_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Milliseconds', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_file_locker.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_file_locker` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', type varchar(20) NOT NULL DEFAULT '' COMMENT 'The type of file being locked', path varchar(256) NOT NULL DEFAULT '' COMMENT 'Full Path to file', hash_original varchar(40) NOT NULL DEFAULT '' COMMENT 'SHA1 File Hash Original', hash_current varchar(40) NOT NULL DEFAULT '' COMMENT 'SHA1 File Hash Current', public_key_id tinyint(2) COMMENT 'Public Key ID', cipher varchar(32) NOT NULL DEFAULT '' COMMENT 'OpenSSL Cipher', content mediumblob COMMENT 'Encrypted Content', detected_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Change Last Detected', reverted_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Reverted To Backup', notified_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Notification Sent', 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) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_file_locker.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_file_locker` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', type varchar(20) NOT NULL DEFAULT '' COMMENT 'The type of file being locked', path varchar(256) NOT NULL DEFAULT '' COMMENT 'Full Path to file', hash_original varchar(40) NOT NULL DEFAULT '' COMMENT 'SHA1 File Hash Original', hash_current varchar(40) NOT NULL DEFAULT '' COMMENT 'SHA1 File Hash Current', public_key_id tinyint(2) COMMENT 'Public Key ID', cipher varchar(32) NOT NULL DEFAULT '' COMMENT 'OpenSSL Cipher', content mediumblob COMMENT 'Encrypted Content', detected_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Change Last Detected', reverted_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Reverted To Backup', notified_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Notification Sent', 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) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_scans.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_scans` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', scan char(3) NOT NULL DEFAULT '' COMMENT 'Scan Slug', ready_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Scan Ready At', finished_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Scan Completed At', meta text COMMENT 'Scan Meta Info', 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) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_scans.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_scans` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', scan char(3) NOT NULL DEFAULT '' COMMENT 'Scan Slug', ready_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Scan Ready At', finished_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Scan Completed At', meta text COMMENT 'Scan Meta Info', 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) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_scanitems.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_scanitems` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', scan_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', items text COMMENT 'Array of scan items', started_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Started Scanning Items At', finished_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Finished Scanning Items At', PRIMARY KEY (id), FOREIGN KEY (scan_ref) REFERENCES at_icwp_wpsf_scans(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_scanitems.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_scanitems` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', scan_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', items text COMMENT 'Array of scan items', started_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Started Scanning Items At', finished_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Finished Scanning Items At', PRIMARY KEY (id), FOREIGN KEY (scan_ref) REFERENCES at_icwp_wpsf_scans(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_resultitems.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_resultitems` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', item_type char(1) NOT NULL DEFAULT '' COMMENT 'Result Item Type', item_id varchar(256) NOT NULL DEFAULT '' COMMENT 'Result Item ID', ignored_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Result Ignored', notified_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Result Notification Sent', auto_filtered_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Result Auto Filtered', attempt_repair_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Attempted Repair At', item_repaired_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Item Repaired At', item_deleted_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Item Deleted At', 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) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_resultitems.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_resultitems` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', item_type char(1) NOT NULL DEFAULT '' COMMENT 'Result Item Type', item_id varchar(256) NOT NULL DEFAULT '' COMMENT 'Result Item ID', ignored_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Result Ignored', notified_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Result Notification Sent', auto_filtered_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Result Auto Filtered', attempt_repair_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Attempted Repair At', item_repaired_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Item Repaired At', item_deleted_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Item Deleted At', 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) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_resultitem_meta.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_resultitem_meta` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', ri_ref int(11) UNSIGNED NOT NULL COMMENT 'Reference to primary Result Item record', meta_key varchar(32) NOT NULL DEFAULT '' COMMENT 'Meta Key', meta_value text COMMENT 'Meta Data', PRIMARY KEY (id), FOREIGN KEY (ri_ref) REFERENCES at_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 './automha_nd/at_icwp_wpsf_resultitem_meta.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_resultitem_meta` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', ri_ref int(11) UNSIGNED NOT NULL COMMENT 'Reference to primary Result Item record', meta_key varchar(32) NOT NULL DEFAULT '' COMMENT 'Meta Key', meta_value text COMMENT 'Meta Data', PRIMARY KEY (id), FOREIGN KEY (ri_ref) REFERENCES at_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 './automha_nd/at_icwp_wpsf_scanresults.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_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 at_icwp_wpsf_scans(id) ON DELETE CASCADE ON UPDATE CASCADE, FOREIGN KEY (resultitem_ref) REFERENCES at_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 './automha_nd/at_icwp_wpsf_scanresults.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_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 at_icwp_wpsf_scans(id) ON DELETE CASCADE ON UPDATE CASCADE, FOREIGN KEY (resultitem_ref) REFERENCES at_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 './automha_nd/at_icwp_wpsf_malware.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_malware` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', hash_sha256 binary(32) NOT NULL COMMENT 'Item hash SHA256', file_path varchar(256) NOT NULL DEFAULT '' COMMENT 'The relative path of the malware-containing file.', code_type char(5) NOT NULL DEFAULT 'php' COMMENT 'The language', sig varchar(128) NOT NULL DEFAULT '' COMMENT 'The malware signature pattern that triggered the discovery', is_valid_file tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Is the file validated locally', malai_status varchar(20) NOT NULL DEFAULT '' COMMENT 'The status of the file from malai', file_content mediumtext COMMENT 'The actual file content', last_seen_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Seen In Scan', last_malai_status_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Check With Malai For Status', reported_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Reported', updated_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Updated', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_malware.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_malware` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', hash_sha256 binary(32) NOT NULL COMMENT 'Item hash SHA256', file_path varchar(256) NOT NULL DEFAULT '' COMMENT 'The relative path of the malware-containing file.', code_type char(5) NOT NULL DEFAULT 'php' COMMENT 'The language', sig varchar(128) NOT NULL DEFAULT '' COMMENT 'The malware signature pattern that triggered the discovery', is_valid_file tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Is the file validated locally', malai_status varchar(20) NOT NULL DEFAULT '' COMMENT 'The status of the file from malai', file_content mediumtext COMMENT 'The actual file content', last_seen_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Seen In Scan', last_malai_status_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Check With Malai For Status', reported_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Reported', updated_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Updated', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_mfa.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_mfa` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', user_id bigint(11) UNSIGNED NOT NULL DEFAULT 0 , slug varchar(10) NOT NULL DEFAULT '' COMMENT 'Factor Slug', unique_id varchar(256) NOT NULL DEFAULT '' COMMENT 'Unique Identifier', label varchar(64) NOT NULL DEFAULT '' COMMENT 'Label', data text COMMENT 'Data', passwordless tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Can be used passwordless', used_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Used At', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Registered At', updated_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Updated', deleted_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Soft Deleted', PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_mfa.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_mfa` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', user_id bigint(11) UNSIGNED NOT NULL DEFAULT 0 , slug varchar(10) NOT NULL DEFAULT '' COMMENT 'Factor Slug', unique_id varchar(256) NOT NULL DEFAULT '' COMMENT 'Unique Identifier', label varchar(64) NOT NULL DEFAULT '' COMMENT 'Label', data text COMMENT 'Data', passwordless tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Can be used passwordless', used_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Used At', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Registered At', updated_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Updated', deleted_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Soft Deleted', PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Table 'automha_nd.at_icwp_wpsf_botsignal' doesn't exist]
SELECT ips.ip, bs.* FROM `at_icwp_wpsf_botsignal` as bs INNER JOIN `at_icwp_wpsf_ips` as ips ON `ips`.id = `bs`.ip_ref AND `ips`.`ip`=INET6_ATON('18.220.160.216') ORDER BY `bs`.updated_at DESC LIMIT 1;

WordPress database error: [Table 'automha_nd.at_icwp_wpsf_ips' doesn't exist]
SELECT * FROM `at_icwp_wpsf_ips` WHERE `ip` = INET6_ATON('18.220.160.216') LIMIT 1 OFFSET 0

WordPress database error: [Table 'automha_nd.at_icwp_wpsf_ips' doesn't exist]
INSERT IGNORE INTO `at_icwp_wpsf_ips` (`ip`,`created_at`) VALUES (INET6_ATON('18.220.160.216'), 1714171164)

WordPress database error: [Table 'automha_nd.at_icwp_wpsf_ips' doesn't exist]
SELECT * FROM `at_icwp_wpsf_ips` WHERE `ip` = INET6_ATON('18.220.160.216') LIMIT 1 OFFSET 0

WordPress database error: [Table 'automha_nd.at_icwp_wpsf_botsignal' doesn't exist]
INSERT INTO `at_icwp_wpsf_botsignal` (`created_at`,`updated_at`,`notbot_at`,`frontpage_at`,`loginpage_at`,`bt404_at`,`btfake_at`,`btcheese_at`,`btloginfail_at`,`btua_at`,`btxml_at`,`btlogininvalid_at`,`btinvalidscript_at`,`btauthorfishing_at`,`cooldown_at`,`humanspam_at`,`markspam_at`,`unmarkspam_at`,`captchapass_at`,`captchafail_at`,`auth_at`,`firewall_at`,`ratelimit_at`,`offense_at`,`blocked_at`,`unblocked_at`,`bypass_at`,`snsent_at`) VALUES ('1714171164','1714171164','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0')

WordPress database error: [Disk full (/var/tmp/#sql-temptable-53b-137dc0-151b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SELECT s.id, s.account_id, s.account_type, s.privilege, s.access_token, s.username, s.info, s.error, s.expires, count(f.id) as used_in FROM at_sbi_sources s LEFT JOIN at_sbi_feeds f ON f.settings LIKE CONCAT('%', s.account_id, '%') GROUP BY s.id, s.account_id LIMIT 400 OFFSET 0;

Errore sul database di WordPress: [Disk full (/var/tmp/#sql-temptable-53b-137dc0-151c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `at_options`


Warning: Cannot modify header information - headers already sent by (output started at /home/automha/public_html/wp-includes/class-wpdb.php:1894) in /home/automha/public_html/wp-content/plugins/pixelyoursite/includes/class-pys.php on line 199

Warning: Cannot modify header information - headers already sent by (output started at /home/automha/public_html/wp-includes/class-wpdb.php:1894) in /home/automha/public_html/wp-includes/pluggable.php on line 1435

Warning: Cannot modify header information - headers already sent by (output started at /home/automha/public_html/wp-includes/class-wpdb.php:1894) in /home/automha/public_html/wp-includes/pluggable.php on line 1438

Errore sul database di WordPress: [Disk full (/var/tmp/#sql-temptable-53b-137dc0-151e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `at_options`

Errore sul database di WordPress: [Disk full (/var/tmp/#sql-temptable-53b-137dc0-151f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `at_options`