WordPress database error: [User 'myprob2s_wp' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wp_options WHERE option_name = 'aioseo_options_internal_localized' LIMIT 1
WordPress database error: [User 'myprob2s_wp' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wp_options WHERE option_name = 'aioseo_options_localized' LIMIT 1
WordPress database error: [User 'myprob2s_wp' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_name, option_value FROM wp_options WHERE option_name IN ('_transient_aioseo_cache_table_exists','_transient_timeout_aioseo_cache_table_exists')
WordPress database error: [User 'myprob2s_wp' has exceeded the 'max_questions' resource (current value: 1)]SHOW TABLES LIKE 'wp_aioseo_cache'
WordPress database error: [User 'myprob2s_wp' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_name, option_value FROM wp_options WHERE option_name IN ('_transient_aioseo_cache_db_schema','_transient_timeout_aioseo_cache_db_schema')
WordPress database error: [User 'myprob2s_wp' has exceeded the 'max_questions' resource (current value: 1)]SELECT TABLE_NAME, COLUMN_NAME
FROM INFORMATION_SCHEMA.COLUMNS
WHERE TABLE_SCHEMA = DATABASE();
WordPress database error: [User 'myprob2s_wp' has exceeded the 'max_questions' resource (current value: 1)]INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_aioseo_cache_db_schema', '1773229251', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'myprob2s_wp' has exceeded the 'max_questions' resource (current value: 1)]INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_aioseo_cache_db_schema', '{\"value\":\"[]\",\"is_object\":false}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'myprob2s_wp' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wp_options WHERE option_name = 'IRP_HookPriority' LIMIT 1
WordPress database error: [User 'myprob2s_wp' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wp_options WHERE option_name = 'mysticky_elements_options' LIMIT 1
WordPress database error: [User 'myprob2s_wp' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 'myprob2s_wp' AND TABLE_NAME = 'ahc_settings'
WordPress database error: [User 'myprob2s_wp' has exceeded the 'max_questions' resource (current value: 1)]CREATE TABLE IF NOT EXISTS `ahc_settings` (
`set_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`set_hits_days` int(10) unsigned NOT NULL DEFAULT '14',
`set_ajax_check` int(10) unsigned NOT NULL DEFAULT '10',
`set_ips` text DEFAULT NULL,
`set_google_map` varchar(100) NOT NULL DEFAULT 'today_visitors',
`site_id` INT(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`set_id`)
) DEFAULT CHARSET=utf8
WordPress database error: [User 'myprob2s_wp' has exceeded the 'max_questions' resource (current value: 1)]insert ignore into `ahc_settings` ( set_hits_days, set_ajax_check, set_ips, set_google_map,site_id) values (14, 15, null, 'today_visitors',1)