WordPress database error: [Disk full (/tmp/#sql-temptable-1ea60e-1e8893-36f7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_keccitamiangoptions`

WordPress database error: [Error writing file './sql_citamiangok/wp_keccitamiangicwp_wpsf_ips.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE IF NOT EXISTS `wp_keccitamiangicwp_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 './sql_citamiangok/wp_keccitamiangicwp_wpsf_ips.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE IF NOT EXISTS `wp_keccitamiangicwp_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 './sql_citamiangok/wp_keccitamiangicwp_wpsf_ip_rules.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE IF NOT EXISTS `wp_keccitamiangicwp_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_keccitamiangicwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './sql_citamiangok/wp_keccitamiangicwp_wpsf_ip_rules.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE IF NOT EXISTS `wp_keccitamiangicwp_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_keccitamiangicwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './sql_citamiangok/wp_keccitamiangicwp_wpsf_req_logs.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE IF NOT EXISTS `wp_keccitamiangicwp_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 wp_keccitamiangicwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './sql_citamiangok/wp_keccitamiangicwp_wpsf_req_logs.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE IF NOT EXISTS `wp_keccitamiangicwp_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 wp_keccitamiangicwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './sql_citamiangok/wp_keccitamiangicwp_wpsf_rules.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE IF NOT EXISTS `wp_keccitamiangicwp_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 './sql_citamiangok/wp_keccitamiangicwp_wpsf_rules.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE IF NOT EXISTS `wp_keccitamiangicwp_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: [Disk full (/tmp/#sql-temptable-1ea60e-1e8893-3705.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_keccitamiangicwp_wpsf_scans

WordPress database error: [Duplicate column name 'id']
ALTER TABLE `wp_keccitamiangicwp_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_keccitamiangicwp_wpsf_scans` ADD COLUMN scan char(3) NOT NULL DEFAULT '' COMMENT 'Scan Slug' AFTER id;

WordPress database error: [Duplicate column name 'ready_at']
ALTER TABLE `wp_keccitamiangicwp_wpsf_scans` ADD COLUMN ready_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Scan Ready At' AFTER scan;

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

WordPress database error: [Duplicate column name 'created_at']
ALTER TABLE `wp_keccitamiangicwp_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_keccitamiangicwp_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-1ea60e-1e8893-3706.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_keccitamiangicwp_wpsf_scans

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

WordPress database error: [Disk full (/tmp/#sql-temptable-1ea60e-1e8893-3708.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_keccitamiangicwp_wpsf_scans

WordPress database error: [Duplicate column name 'id']
ALTER TABLE `wp_keccitamiangicwp_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_keccitamiangicwp_wpsf_scans` ADD COLUMN scan char(3) NOT NULL DEFAULT '' COMMENT 'Scan Slug' AFTER id;

WordPress database error: [Duplicate column name 'ready_at']
ALTER TABLE `wp_keccitamiangicwp_wpsf_scans` ADD COLUMN ready_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Scan Ready At' AFTER scan;

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

WordPress database error: [Duplicate column name 'created_at']
ALTER TABLE `wp_keccitamiangicwp_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_keccitamiangicwp_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-1ea60e-1e8893-3709.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
DESCRIBE wp_keccitamiangicwp_wpsf_scans

WordPress database error: [Error writing file './sql_citamiangok/wp_keccitamiangicwp_wpsf_user_meta.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE IF NOT EXISTS `wp_keccitamiangicwp_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 wp_keccitamiangicwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './sql_citamiangok/wp_keccitamiangicwp_wpsf_user_meta.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE IF NOT EXISTS `wp_keccitamiangicwp_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 wp_keccitamiangicwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './sql_citamiangok/wp_keccitamiangicwp_wpsf_botsignal.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE IF NOT EXISTS `wp_keccitamiangicwp_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', altcha_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Altcha', 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 wp_keccitamiangicwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './sql_citamiangok/wp_keccitamiangicwp_wpsf_botsignal.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE IF NOT EXISTS `wp_keccitamiangicwp_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', altcha_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Altcha', 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 wp_keccitamiangicwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

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

WordPress database error: [Table 'sql_citamiangok.wp_keccitamiangicwp_wpsf_user_meta' doesn't exist]
SELECT last_login_at FROM `wp_keccitamiangicwp_wpsf_user_meta` WHERE `ip_ref` = 0 ORDER BY `last_login_at` DESC LIMIT 1 OFFSET 0

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

WordPress database error: [Table 'sql_citamiangok.wp_keccitamiangicwp_wpsf_ips' doesn't exist]
INSERT IGNORE INTO `wp_keccitamiangicwp_wpsf_ips` (`ip`,`created_at`) VALUES (INET6_ATON('216.73.216.28'), 1789418749)

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

WordPress database error: [Error writing file './sql_citamiangok/wp_keccitamiangicwp_wpsf_at_logs.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE IF NOT EXISTS `wp_keccitamiangicwp_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 wp_keccitamiangicwp_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 './sql_citamiangok/wp_keccitamiangicwp_wpsf_at_logs.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE IF NOT EXISTS `wp_keccitamiangicwp_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 wp_keccitamiangicwp_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 './sql_citamiangok/wp_keccitamiangicwp_wpsf_resultitems.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE IF NOT EXISTS `wp_keccitamiangicwp_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 './sql_citamiangok/wp_keccitamiangicwp_wpsf_resultitems.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE IF NOT EXISTS `wp_keccitamiangicwp_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 './sql_citamiangok/wp_keccitamiangicwp_wpsf_scanresults.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE IF NOT EXISTS `wp_keccitamiangicwp_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_keccitamiangicwp_wpsf_scans(id) ON DELETE CASCADE ON UPDATE CASCADE, FOREIGN KEY (resultitem_ref) REFERENCES wp_keccitamiangicwp_wpsf_resultitems(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './sql_citamiangok/wp_keccitamiangicwp_wpsf_scanresults.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE IF NOT EXISTS `wp_keccitamiangicwp_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_keccitamiangicwp_wpsf_scans(id) ON DELETE CASCADE ON UPDATE CASCADE, FOREIGN KEY (resultitem_ref) REFERENCES wp_keccitamiangicwp_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-1ea60e-1e8893-3719.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_keccitamiangoptions`


Warning: Cannot modify header information - headers already sent by (output started at /www/wwwroot/kecamatancitamiang.sukabumikota.go.id/wp-includes/class-wpdb.php:1851) in /www/wwwroot/kecamatancitamiang.sukabumikota.go.id/wp-includes/sitemaps/class-wp-sitemaps-renderer.php on line 126
https://kecamatancitamiang.sukabumikota.go.id/wp-sitemap-posts-post-1.xmlhttps://kecamatancitamiang.sukabumikota.go.id/wp-sitemap-posts-page-1.xmlhttps://kecamatancitamiang.sukabumikota.go.id/wp-sitemap-posts-e-landing-page-1.xmlhttps://kecamatancitamiang.sukabumikota.go.id/wp-sitemap-taxonomies-category-1.xmlhttps://kecamatancitamiang.sukabumikota.go.id/wp-sitemap-taxonomies-post_tag-1.xmlhttps://kecamatancitamiang.sukabumikota.go.id/wp-sitemap-users-1.xml

WordPress database error: [Disk full (/tmp/#sql-temptable-1ea60e-1e8893-371a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_keccitamiangoptions`

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

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