WordPress database error: [CREATE command denied to user 'harleypd_quins_squash'@'localhost' for table `harleypd_quins_squash`.`wp_cleantalk_sfw_personal`]CREATE TABLE IF NOT EXISTS `wp_cleantalk_sfw_personal` (`id` INT NOT NULL AUTO_INCREMENT, `network` INT unsigned NOT NULL, `mask` INT unsigned NOT NULL, `status` TINYINT NOT NULL DEFAULT 0, PRIMARY KEY (`id`), INDEX ( `network` , `mask` ));
WordPress database error: [CREATE command denied to user 'harleypd_quins_squash'@'localhost' for table `harleypd_quins_squash`.`wp_cleantalk_ua_bl`]CREATE TABLE IF NOT EXISTS `wp_cleantalk_ua_bl` (`id` INT NOT NULL, `ua_template` VARCHAR(255) NULL DEFAULT NULL, `ua_status` TINYINT NULL DEFAULT NULL, PRIMARY KEY ( `id` ), INDEX ( `ua_template` ));
WordPress database error: [CREATE command denied to user 'harleypd_quins_squash'@'localhost' for table `harleypd_quins_squash`.`wp_cleantalk_ac_log`]CREATE TABLE IF NOT EXISTS `wp_cleantalk_ac_log` (`id` VARCHAR(40) NOT NULL, `ip` VARCHAR(40) NOT NULL, `ua` VARCHAR(40) NOT NULL, `entries` INT DEFAULT 0, `interval_start` INT NOT NULL, PRIMARY KEY (`id`));
WordPress database error: [CREATE command denied to user 'harleypd_quins_squash'@'localhost' for table `harleypd_quins_squash`.`wp_cleantalk_sessions`]CREATE TABLE IF NOT EXISTS `wp_cleantalk_sessions` (`id` VARCHAR(16) NOT NULL, `value` TEXT NULL DEFAULT NULL, `last_update` DATETIME NULL DEFAULT NULL, PRIMARY KEY (`id`(16)));
WordPress database error: [CREATE command denied to user 'harleypd_quins_squash'@'localhost' for table `harleypd_quins_squash`.`wp_cleantalk_spamscan_logs`]CREATE TABLE IF NOT EXISTS `wp_cleantalk_spamscan_logs` (`id` INT NOT NULL AUTO_INCREMENT, `scan_type` VARCHAR(11) NOT NULL, `start_time` DATETIME NOT NULL, `finish_time` DATETIME NOT NULL, `count_to_scan` INT DEFAULT NULL, `found_spam` INT DEFAULT NULL, `found_bad` INT DEFAULT NULL, PRIMARY KEY (`id`));
WordPress database error: [CREATE command denied to user 'harleypd_quins_squash'@'localhost' for table `harleypd_quins_squash`.`wp_cleantalk_connection_reports`]CREATE TABLE IF NOT EXISTS `wp_cleantalk_connection_reports` (`id` INT NOT NULL AUTO_INCREMENT, `date` INT NOT NULL, `page_url` VARCHAR(255) NULL DEFAULT NULL, `lib_report` TEXT NULL DEFAULT NULL, `failed_work_urls` VARCHAR(255) NULL DEFAULT NULL, `request_content` TEXT NULL DEFAULT NULL, `sent_on` INT NULL DEFAULT NULL, `js_block` VARCHAR(1) NULL DEFAULT NULL, PRIMARY KEY (`id`));
WordPress database error: [CREATE command denied to user 'harleypd_quins_squash'@'localhost' for table `harleypd_quins_squash`.`wp_cleantalk_wc_spam_orders`]CREATE TABLE IF NOT EXISTS `wp_cleantalk_wc_spam_orders` (`id` INT NOT NULL AUTO_INCREMENT, `order_details` TEXT NULL DEFAULT NULL, `customer_details` TEXT NULL DEFAULT NULL, PRIMARY KEY (`id`));
WordPress database error: [ALTER command denied to user 'harleypd_quins_squash'@'localhost' for table `harleypd_quins_squash`.`wp_cleantalk_sfw`]ALTER TABLE `wp_cleantalk_sfw` ADD COLUMN `id` INT unsigned primary KEY AUTO_INCREMENT FIRST
WordPress database error: [ALTER command denied to user 'harleypd_quins_squash'@'localhost' for table `harleypd_quins_squash`.`wp_cleantalk_sfw`]ALTER TABLE `wp_cleantalk_sfw` ADD COLUMN status TINYINT NOT NULL DEFAULT 0 AFTER mask
WordPress database error: [ALTER command denied to user 'harleypd_quins_squash'@'localhost' for table `harleypd_quins_squash`.`wp_cleantalk_sfw_logs`]ALTER TABLE `wp_cleantalk_sfw_logs` DROP PRIMARY KEY, ADD COLUMN `id` VARCHAR(40) NOT NULL primary KEY FIRST
WordPress database error: [ALTER command denied to user 'harleypd_quins_squash'@'localhost' for table `harleypd_quins_squash`.`wp_cleantalk_sfw_logs`]ALTER TABLE `wp_cleantalk_sfw_logs` ADD COLUMN status ENUM('PASS_SFW','DENY_SFW','PASS_SFW__BY_WHITELIST','PASS_SFW__BY_COOKIE','DENY_ANTICRAWLER','PASS_ANTICRAWLER','DENY_ANTICRAWLER_UA','PASS_ANTICRAWLER_UA','DENY_ANTIFLOOD','PASS_ANTIFLOOD','DENY_ANTIFLOOD_UA','PASS_ANTIFLOOD_UA') NULL DEFAULT NULL AFTER ip
WordPress database error: [ALTER command denied to user 'harleypd_quins_squash'@'localhost' for table `harleypd_quins_squash`.`wp_cleantalk_sfw_logs`]ALTER TABLE `wp_cleantalk_sfw_logs` ADD COLUMN all_entries INT NOT NULL AFTER status
WordPress database error: [ALTER command denied to user 'harleypd_quins_squash'@'localhost' for table `harleypd_quins_squash`.`wp_cleantalk_sfw_logs`]ALTER TABLE `wp_cleantalk_sfw_logs` ADD COLUMN blocked_entries INT NOT NULL AFTER all_entries
WordPress database error: [ALTER command denied to user 'harleypd_quins_squash'@'localhost' for table `harleypd_quins_squash`.`wp_cleantalk_sfw_logs`]ALTER TABLE `wp_cleantalk_sfw_logs` ADD COLUMN entries_timestamp INT NOT NULL AFTER blocked_entries
WordPress database error: [ALTER command denied to user 'harleypd_quins_squash'@'localhost' for table `harleypd_quins_squash`.`wp_cleantalk_sfw_logs`]ALTER TABLE `wp_cleantalk_sfw_logs` ADD COLUMN ua_id INT NULL DEFAULT NULL AFTER entries_timestamp
WordPress database error: [ALTER command denied to user 'harleypd_quins_squash'@'localhost' for table `harleypd_quins_squash`.`wp_cleantalk_sfw_logs`]ALTER TABLE `wp_cleantalk_sfw_logs` ADD COLUMN ua_name VARCHAR(1024) NOT NULL AFTER ua_id
WordPress database error: [ALTER command denied to user 'harleypd_quins_squash'@'localhost' for table `harleypd_quins_squash`.`wp_cleantalk_sfw_logs`]ALTER TABLE `wp_cleantalk_sfw_logs` ADD COLUMN source TINYINT NULL DEFAULT NULL AFTER ua_name
WordPress database error: [ALTER command denied to user 'harleypd_quins_squash'@'localhost' for table `harleypd_quins_squash`.`wp_cleantalk_sfw_logs`]ALTER TABLE `wp_cleantalk_sfw_logs` ADD COLUMN network VARCHAR(20) NULL DEFAULT NULL AFTER source
WordPress database error: [ALTER command denied to user 'harleypd_quins_squash'@'localhost' for table `harleypd_quins_squash`.`wp_cleantalk_sfw_logs`]ALTER TABLE `wp_cleantalk_sfw_logs` ADD COLUMN first_url VARCHAR(100) NULL DEFAULT NULL AFTER network
WordPress database error: [ALTER command denied to user 'harleypd_quins_squash'@'localhost' for table `harleypd_quins_squash`.`wp_cleantalk_sfw_logs`]ALTER TABLE `wp_cleantalk_sfw_logs` ADD COLUMN last_url VARCHAR(100) NULL DEFAULT NULL AFTER first_url