WordPress database error: [REFERENCES command denied to user 'geometri_gpower'@'localhost' for table 'geometri_power.tbrzo68f_icwp_wpsf_ips']
CREATE TABLE `tbrzo68f_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 tbrzo68f_icwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [REFERENCES command denied to user 'geometri_gpower'@'localhost' for table 'geometri_power.tbrzo68f_icwp_wpsf_ips']
CREATE TABLE `tbrzo68f_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 tbrzo68f_icwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [REFERENCES command denied to user 'geometri_gpower'@'localhost' for table 'geometri_power.tbrzo68f_icwp_wpsf_ips']
CREATE TABLE `tbrzo68f_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 tbrzo68f_icwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [REFERENCES command denied to user 'geometri_gpower'@'localhost' for table 'geometri_power.tbrzo68f_icwp_wpsf_ips']
CREATE TABLE `tbrzo68f_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 tbrzo68f_icwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [REFERENCES command denied to user 'geometri_gpower'@'localhost' for table 'geometri_power.tbrzo68f_icwp_wpsf_ips']
CREATE TABLE `tbrzo68f_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 tbrzo68f_icwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [REFERENCES command denied to user 'geometri_gpower'@'localhost' for table 'geometri_power.tbrzo68f_icwp_wpsf_ips']
CREATE TABLE `tbrzo68f_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 tbrzo68f_icwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [REFERENCES command denied to user 'geometri_gpower'@'localhost' for table 'geometri_power.tbrzo68f_icwp_wpsf_req_logs']
CREATE TABLE `tbrzo68f_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 tbrzo68f_icwp_wpsf_req_logs(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [REFERENCES command denied to user 'geometri_gpower'@'localhost' for table 'geometri_power.tbrzo68f_icwp_wpsf_req_logs']
CREATE TABLE `tbrzo68f_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 tbrzo68f_icwp_wpsf_req_logs(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [REFERENCES command denied to user 'geometri_gpower'@'localhost' for table 'geometri_power.tbrzo68f_icwp_wpsf_at_logs']
CREATE TABLE `tbrzo68f_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 tbrzo68f_icwp_wpsf_at_logs(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [REFERENCES command denied to user 'geometri_gpower'@'localhost' for table 'geometri_power.tbrzo68f_icwp_wpsf_at_logs']
CREATE TABLE `tbrzo68f_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 tbrzo68f_icwp_wpsf_at_logs(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [REFERENCES command denied to user 'geometri_gpower'@'localhost' for table 'geometri_power.tbrzo68f_icwp_wpsf_ips']
CREATE TABLE `tbrzo68f_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 tbrzo68f_icwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [REFERENCES command denied to user 'geometri_gpower'@'localhost' for table 'geometri_power.tbrzo68f_icwp_wpsf_ips']
CREATE TABLE `tbrzo68f_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 tbrzo68f_icwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [REFERENCES command denied to user 'geometri_gpower'@'localhost' for table 'geometri_power.tbrzo68f_icwp_wpsf_ips']
CREATE TABLE `tbrzo68f_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 tbrzo68f_icwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [REFERENCES command denied to user 'geometri_gpower'@'localhost' for table 'geometri_power.tbrzo68f_icwp_wpsf_ips']
CREATE TABLE `tbrzo68f_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 tbrzo68f_icwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [REFERENCES command denied to user 'geometri_gpower'@'localhost' for table 'geometri_power.tbrzo68f_icwp_wpsf_scans']
CREATE TABLE `tbrzo68f_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 tbrzo68f_icwp_wpsf_scans(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [REFERENCES command denied to user 'geometri_gpower'@'localhost' for table 'geometri_power.tbrzo68f_icwp_wpsf_scans']
CREATE TABLE `tbrzo68f_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 tbrzo68f_icwp_wpsf_scans(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [REFERENCES command denied to user 'geometri_gpower'@'localhost' for table 'geometri_power.tbrzo68f_icwp_wpsf_resultitems']
CREATE TABLE `tbrzo68f_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 tbrzo68f_icwp_wpsf_resultitems(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [REFERENCES command denied to user 'geometri_gpower'@'localhost' for table 'geometri_power.tbrzo68f_icwp_wpsf_resultitems']
CREATE TABLE `tbrzo68f_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 tbrzo68f_icwp_wpsf_resultitems(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [REFERENCES command denied to user 'geometri_gpower'@'localhost' for table 'geometri_power.tbrzo68f_icwp_wpsf_scans']
CREATE TABLE `tbrzo68f_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 tbrzo68f_icwp_wpsf_scans(id) ON DELETE CASCADE ON UPDATE CASCADE, FOREIGN KEY (resultitem_ref) REFERENCES tbrzo68f_icwp_wpsf_resultitems(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [REFERENCES command denied to user 'geometri_gpower'@'localhost' for table 'geometri_power.tbrzo68f_icwp_wpsf_scans']
CREATE TABLE `tbrzo68f_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 tbrzo68f_icwp_wpsf_scans(id) ON DELETE CASCADE ON UPDATE CASCADE, FOREIGN KEY (resultitem_ref) REFERENCES tbrzo68f_icwp_wpsf_resultitems(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

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

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

WordPress database error: [Table 'geometri_power.tbrzo68f_icwp_wpsf_botsignal' doesn't exist]
INSERT INTO `tbrzo68f_icwp_wpsf_botsignal` (`created_at`,`updated_at`,`ip_ref`,`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 ('1710824880','1710824880','12','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')


Warning: session_start(): Cannot start session when headers already sent in /home/geometri/public_html/wp-content/plugins/awesome-support/vendor/ericmann/wp-session-manager/wp-session-manager.php on line 147
Aba IPP – Geometric Power Limited