WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-10a110-617580-47232.MAI' (Errcode: 28 "No space left on device")]
SELECT COLUMN_NAME FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'okfxw_aioseo_cache' AND COLUMN_NAME = 'name'

WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-10a110-617580-47233.MAI' (Errcode: 28 "No space left on device")]
SELECT TABLE_NAME, COLUMN_NAME FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA = DATABASE();

WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-10a110-617580-47234.MAI' (Errcode: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `okfxw_options`

WordPress veri tabanı sorunu: [Can't create/write to file '/tmp/#sql-temptable-10a110-617580-47235.MAI' (Errcode: 28 "No space left on device")]
SELECT TABLE_NAME, COLUMN_NAME FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA = DATABASE();

WordPress veri tabanı sorunu: [Can't create/write to file '/tmp/#sql-temptable-10a110-617580-47236.MAI' (Errcode: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `okfxw_options`

WordPress veri tabanı sorunu: [Can't create/write to file '/tmp/#sql-temptable-10a110-617580-47237.MAI' (Errcode: 28 "No space left on device")]
SELECT COLUMN_NAME FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'okfxw_aioseo_cache'

WordPress veri tabanı sorunu: [Table 'okfxw_aioseo_cache' already exists]
CREATE TABLE okfxw_aioseo_cache ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, name varchar(80) NOT NULL, value longtext NOT NULL, is_object TINYINT(1) DEFAULT 0, expiration datetime DEFAULT NULL, created datetime NOT NULL, updated datetime NOT NULL, PRIMARY KEY (id), UNIQUE KEY ndx_aioseo_cache_name (name), KEY ndx_aioseo_cache_expiration (expiration) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress veri tabanı sorunu: [Can't create/write to file '/tmp/#sql-temptable-10a110-617580-47239.MAI' (Errcode: 28 "No space left on device")]
SELECT COLUMN_NAME FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'okfxw_aioseo_cache'

WordPress veri tabanı sorunu: [Table 'okfxw_aioseo_cache' already exists]
CREATE TABLE okfxw_aioseo_cache ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, name varchar(80) NOT NULL, value longtext NOT NULL, is_object TINYINT(1) DEFAULT 0, expiration datetime DEFAULT NULL, created datetime NOT NULL, updated datetime NOT NULL, PRIMARY KEY (id), UNIQUE KEY ndx_aioseo_cache_name (name), KEY ndx_aioseo_cache_expiration (expiration) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress veri tabanı sorunu: [Table 'okfxw_aioseo_crawl_cleanup_logs' already exists]
CREATE TABLE okfxw_aioseo_crawl_cleanup_logs ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, slug text NOT NULL, param text NOT NULL, value text DEFAULT NULL, hash varchar(40) NOT NULL, hits int(20) NOT NULL DEFAULT 1, created datetime NOT NULL, updated datetime NOT NULL, PRIMARY KEY (id), UNIQUE KEY ndx_aioseo_crawl_cleanup_logs_hash (hash) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress veri tabanı sorunu: [Table 'okfxw_aioseo_crawl_cleanup_blocked_args' already exists]
CREATE TABLE okfxw_aioseo_crawl_cleanup_blocked_args ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, param text DEFAULT NULL, value text DEFAULT NULL, param_value_hash varchar(40) DEFAULT NULL, regex varchar(150) DEFAULT NULL, hits int(20) NOT NULL DEFAULT 0, created datetime NOT NULL, updated datetime NOT NULL, PRIMARY KEY (id), UNIQUE KEY ndx_aioseo_crawl_cleanup_blocked_args_param_value_hash (param_value_hash), UNIQUE KEY ndx_aioseo_crawl_cleanup_blocked_args_regex (regex) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress veri tabanı sorunu: [Table 'okfxw_aioseo_notifications' already exists]
CREATE TABLE okfxw_aioseo_notifications ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, slug varchar(13) NOT NULL, addon varchar(64) DEFAULT NULL, title text NOT NULL, content longtext NOT NULL, type varchar(64) NOT NULL, level text NOT NULL, notification_id bigint(20) unsigned DEFAULT NULL, notification_name varchar(255) DEFAULT NULL, start datetime DEFAULT NULL, end datetime DEFAULT NULL, button1_label varchar(255) DEFAULT NULL, button1_action varchar(255) DEFAULT NULL, button2_label varchar(255) DEFAULT NULL, button2_action varchar(255) DEFAULT NULL, dismissed tinyint(1) NOT NULL DEFAULT 0, new tinyint(1) NOT NULL DEFAULT 1, created datetime NOT NULL, updated datetime NOT NULL, PRIMARY KEY (id), UNIQUE KEY ndx_aioseo_notifications_slug (slug), KEY ndx_aioseo_notifications_dates (start, end), KEY ndx_aioseo_notifications_type (type), KEY ndx_aioseo_notifications_dismissed (dismissed) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress veri tabanı sorunu: [Table 'okfxw_aioseo_posts' already exists]
CREATE TABLE okfxw_aioseo_posts ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, post_id bigint(20) unsigned NOT NULL, title text DEFAULT NULL, description text DEFAULT NULL, keywords mediumtext DEFAULT NULL, keyphrases longtext DEFAULT NULL, focus_keyword varchar(255) DEFAULT NULL, truseo longtext DEFAULT NULL, additional_keywords text DEFAULT NULL, truseo_locale varchar(20) DEFAULT NULL, page_analysis longtext DEFAULT NULL, primary_term longtext DEFAULT NULL, canonical_url text DEFAULT NULL, og_title text DEFAULT NULL, og_description text DEFAULT NULL, og_object_type varchar(64) DEFAULT 'default', og_image_type varchar(64) DEFAULT 'default', og_image_custom_url text DEFAULT NULL, og_image_custom_fields text DEFAULT NULL, og_image_url text DEFAULT NULL, og_image_width int(11) DEFAULT NULL, og_image_height int(11) DEFAULT NULL, og_video varchar(255) DEFAULT NULL, og_custom_url text DEFAULT NULL, og_article_section text DEFAULT NULL, og_article_tags text DEFAULT NULL, twitter_use_og tinyint(1) DEFAULT 0, twitter_card varchar(64) DEFAULT 'default', twitter_image_type varchar(64) DEFAULT 'default', twitter_image_custom_url text DEFAULT NULL, twitter_image_custom_fields text DEFAULT NULL, twitter_image_url text DEFAULT NULL, twitter_title text DEFAULT NULL, twitter_description text DEFAULT NULL, seo_score int(11) DEFAULT 0 NOT NULL, schema_type varchar(20) DEFAULT 'default', schema_type_options longtext DEFAULT NULL, `schema` longtext DEFAULT NULL, pillar_content tinyint(1) DEFAULT NULL, robots_default tinyint(1) DEFAULT 1 NOT NULL, robots_noindex tinyint(1) DEFAULT 0 NOT NULL, robots_noarchive tinyint(1) DEFAULT 0 NOT NULL, robots_nosnippet tinyint(1) DEFAULT 0 NOT NULL, robots_nofollow tinyint(1) DEFAULT 0 NOT NULL, robots_noimageindex tinyint(1) DEFAULT 0 NOT NULL, robots_noodp tinyint(1) DEFAULT 0 NOT NULL, robots_notranslate tinyint(1) DEFAULT 0 NOT NULL, robots_max_snippet int(11) DEFAULT NULL, robots_max_videopreview int(11) DEFAULT NULL, robots_max_imagepreview varchar(20) DEFAULT 'large', images longtext DEFAULT NULL, image_scan_date datetime DEFAULT NULL, priority float DEFAULT NULL, frequency tinytext DEFAULT NULL, videos longtext DEFAULT NULL, video_thumbnail text DEFAULT NULL, video_scan_date datetime DEFAULT NULL, local_seo longtext DEFAULT NULL, limit_modified_date tinyint(1) NOT NULL DEFAULT 0, options longtext DEFAULT NULL, ai longtext DEFAULT NULL, breadcrumb_settings longtext DEFAULT NULL, seo_analyzer_scan_date datetime DEFAULT NULL, created datetime NOT NULL, updated datetime NOT NULL, PRIMARY KEY (id), KEY ndx_aioseo_posts_post_id (post_id), KEY ndx_aioseo_posts_pillar_content (pillar_content), KEY ndx_aioseo_posts_focus_keyword (focus_keyword(255)) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress veri tabanı sorunu: [Table 'okfxw_aioseo_cache' already exists]
CREATE TABLE okfxw_aioseo_cache ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, name varchar(80) NOT NULL, value longtext NOT NULL, is_object TINYINT(1) DEFAULT 0, expiration datetime DEFAULT NULL, created datetime NOT NULL, updated datetime NOT NULL, PRIMARY KEY (id), UNIQUE KEY ndx_aioseo_cache_name (name), KEY ndx_aioseo_cache_expiration (expiration) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress veri tabanı sorunu: [Table 'okfxw_aioseo_crawl_cleanup_logs' already exists]
CREATE TABLE okfxw_aioseo_crawl_cleanup_logs ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, slug text NOT NULL, param text NOT NULL, value text DEFAULT NULL, hash varchar(40) NOT NULL, hits int(20) NOT NULL DEFAULT 1, created datetime NOT NULL, updated datetime NOT NULL, PRIMARY KEY (id), UNIQUE KEY ndx_aioseo_crawl_cleanup_logs_hash (hash) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress veri tabanı sorunu: [Table 'okfxw_aioseo_crawl_cleanup_blocked_args' already exists]
CREATE TABLE okfxw_aioseo_crawl_cleanup_blocked_args ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, param text DEFAULT NULL, value text DEFAULT NULL, param_value_hash varchar(40) DEFAULT NULL, regex varchar(150) DEFAULT NULL, hits int(20) NOT NULL DEFAULT 0, created datetime NOT NULL, updated datetime NOT NULL, PRIMARY KEY (id), UNIQUE KEY ndx_aioseo_crawl_cleanup_blocked_args_param_value_hash (param_value_hash), UNIQUE KEY ndx_aioseo_crawl_cleanup_blocked_args_regex (regex) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress veri tabanı sorunu: [Table 'okfxw_aioseo_writing_assistant_posts' already exists]
CREATE TABLE okfxw_aioseo_writing_assistant_posts ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, post_id bigint(20) unsigned DEFAULT NULL, keyword_id bigint(20) unsigned DEFAULT NULL, content_analysis_hash VARCHAR(40) DEFAULT NULL, content_analysis text DEFAULT NULL, created datetime NOT NULL, updated datetime NOT NULL, PRIMARY KEY (id), UNIQUE KEY ndx_aioseo_writing_assistant_posts_post_id (post_id), KEY ndx_aioseo_writing_assistant_posts_keyword_id (keyword_id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress veri tabanı sorunu: [Table 'okfxw_aioseo_writing_assistant_keywords' already exists]
CREATE TABLE okfxw_aioseo_writing_assistant_keywords ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, uuid varchar(40) NOT NULL, keyword varchar(255) NOT NULL, country varchar(10) NOT NULL DEFAULT 'us', language varchar(10) NOT NULL DEFAULT 'en', progress tinyint(3) DEFAULT 0, keywords mediumtext DEFAULT NULL, competitors mediumtext DEFAULT NULL, created datetime NOT NULL, updated datetime NOT NULL, PRIMARY KEY (id), UNIQUE KEY ndx_aioseo_writing_assistant_keywords_uuid (uuid), KEY ndx_aioseo_writing_assistant_keywords_keyword (keyword) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress veri tabanı sorunu: [Table 'okfxw_aioseo_seo_analyzer_results' already exists]
CREATE TABLE okfxw_aioseo_seo_analyzer_results ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, data text NOT NULL, score varchar(255) DEFAULT NULL, competitor_url varchar(255) DEFAULT NULL, created datetime NOT NULL, updated datetime NOT NULL, PRIMARY KEY (id), KEY ndx_aioseo_seo_analyzer_results_competitor_url (competitor_url) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress veri tabanı sorunu: [Table 'okfxw_aioseo_ai_insights_keyword_reports' already exists]
CREATE TABLE okfxw_aioseo_ai_insights_keyword_reports ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, uuid varchar(40) NOT NULL, keyword varchar(255) NOT NULL, status varchar(20) NOT NULL DEFAULT 'pending', brands longtext DEFAULT NULL, brands_mentioned int(11) DEFAULT 0, results longtext DEFAULT NULL, created datetime NOT NULL, updated datetime NOT NULL, PRIMARY KEY (id), KEY ndx_aioseo_ai_insights_keyword_reports_uuid (uuid), KEY ndx_aioseo_ai_insights_keyword_reports_keyword (keyword), KEY ndx_aioseo_ai_insights_keyword_reports_status (status) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress veri tabanı sorunu: [Can't create/write to file '/tmp/#sql-temptable-10a110-617580-47246.MAI' (Errcode: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `okfxw_options`

WordPress veri tabanı sorunu: [Can't create/write to file '/tmp/#sql-temptable-10a110-617580-47247.MAI' (Errcode: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `okfxw_options`


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

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

WordPress veri tabanı sorunu: [Can't create/write to file '/tmp/#sql-temptable-10a110-617580-47249.MAI' (Errcode: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `okfxw_options`

WordPress veri tabanı sorunu: [Can't create/write to file '/tmp/#sql-temptable-10a110-617580-4724a.MAI' (Errcode: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `okfxw_options`