WordPress database error: [Disk full (/var/tmp/#sql_299_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Table 'wp_esf_youtube_accounts' already exists]CREATE TABLE wp_esf_youtube_accounts (
id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
user_id bigint(20) UNSIGNED NOT NULL,
channel_name varchar(255) NOT NULL DEFAULT '' COMMENT 'YouTube channel name',
channel_id varchar(255) NOT NULL DEFAULT '' COMMENT 'YouTube channel ID',
handle varchar(255) DEFAULT NULL COMMENT 'YouTube handle (@handle)',
description text DEFAULT NULL COMMENT 'Channel description/bio',
channel_thumbnail text DEFAULT NULL COMMENT 'Channel thumbnail URL',
channel_banner text DEFAULT NULL COMMENT 'Channel banner image URL (Pro)',
subscriber_count bigint(20) UNSIGNED DEFAULT 0 COMMENT 'Total subscribers',
video_count bigint(20) UNSIGNED DEFAULT 0 COMMENT 'Total videos',
view_count bigint(20) UNSIGNED DEFAULT 0 COMMENT 'Total channel views',
access_token text NOT NULL,
refresh_token text NOT NULL,
token_expires_at datetime DEFAULT NULL,
channel_data longtext DEFAULT NULL COMMENT 'JSON data backup (full API response)',
status enum('active','expired','revoked') DEFAULT 'active',
stats_refreshed_at datetime DEFAULT NULL COMMENT 'Last time channel stats were refreshed from API',
created_at datetime NOT NULL,
updated_at datetime DEFAULT NULL,
PRIMARY KEY (id),
KEY user_id (user_id),
KEY status (status),
KEY token_expires_at (token_expires_at),
KEY channel_id (channel_id),
KEY subscriber_count (subscriber_count),
KEY stats_refreshed_at (stats_refreshed_at)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
WordPress database error: [Table 'wp_esf_youtube_feeds' already exists]CREATE TABLE wp_esf_youtube_feeds (
id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
name varchar(255) NOT NULL DEFAULT '' COMMENT 'Feed name',
account_id bigint(20) UNSIGNED NOT NULL COMMENT 'Linked YouTube account ID',
feed_type varchar(50) NOT NULL DEFAULT 'channel' COMMENT 'Feed source type (channel, playlist, search, etc.)',
source_id varchar(255) DEFAULT NULL COMMENT 'Playlist ID, search query, or other source identifier',
settings longtext NOT NULL COMMENT 'JSON settings (layout, moderation, styles, etc.)',
status enum('active','inactive') DEFAULT 'active',
created_at datetime NOT NULL,
updated_at datetime DEFAULT NULL,
PRIMARY KEY (id),
KEY account_id (account_id),
KEY status (status),
KEY feed_type (feed_type)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
WordPress database error: [Table 'wp_esf_youtube_cache' already exists]CREATE TABLE wp_esf_youtube_cache (
id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
cache_key varchar(255) NOT NULL,
cache_data longtext NOT NULL COMMENT 'Compressed JSON data',
cache_type enum('account','feed','api') DEFAULT 'feed',
feed_id bigint(20) UNSIGNED DEFAULT NULL COMMENT 'Feed ID for feed-scoped cache',
account_id bigint(20) UNSIGNED DEFAULT NULL COMMENT 'Account ID for account-scoped cache',
expires_at datetime NOT NULL,
created_at datetime NOT NULL,
PRIMARY KEY (id),
UNIQUE KEY cache_key (cache_key),
KEY expires_at (expires_at),
KEY cache_type (cache_type),
KEY feed_id (feed_id),
KEY account_id (account_id),
KEY cache_key_expires (cache_key, expires_at)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
WordPress database error: [Disk full (/var/tmp/#sql_299_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Disk full (/var/tmp/#sql_299_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW COLUMNS FROM `wp_sib_model_forms` LIKE 'gCaptcha'
WordPress database error: [Duplicate column name 'gCaptcha']ALTER TABLE wp_sib_model_forms
ADD COLUMN gCaptcha int(1) not NULL DEFAULT 0,
ADD COLUMN gCaptcha_secret varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci,
ADD COLUMN gCaptcha_site varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci
WordPress database error: [Disk full (/var/tmp/#sql_299_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW COLUMNS FROM `wp_sib_model_forms` LIKE 'termAccept';
WordPress database error: [Duplicate column name 'termAccept']ALTER TABLE wp_sib_model_forms
ADD COLUMN termAccept int(1) not NULL DEFAULT 1,
ADD COLUMN termsURL varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci
WordPress database error: [Disk full (/var/tmp/#sql_299_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW COLUMNS FROM `wp_sib_model_forms` LIKE 'confirmID';
WordPress database error: [Duplicate column name 'confirmID']ALTER TABLE wp_sib_model_forms
ADD COLUMN confirmID int(20) not NULL DEFAULT -1
WordPress database error: [Disk full (/var/tmp/#sql_299_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW COLUMNS FROM `wp_sib_model_forms` LIKE 'requiredMsg';
WordPress database error: [Duplicate column name 'requiredMsg']ALTER TABLE wp_sib_model_forms
ADD COLUMN requiredMsg varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci
WordPress database error: [Disk full (/var/tmp/#sql_299_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW COLUMNS FROM wp_sib_model_users LIKE 'user_added_date'
WordPress database error: [Duplicate column name 'user_added_date']ALTER TABLE wp_sib_model_users ADD COLUMN user_added_date DATETIME NOT NULL
WordPress database error: [Disk full (/var/tmp/#sql_299_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Disk full (/var/tmp/#sql_299_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_wflivetraffichuman`
WordPress database error: [Disk full (/var/tmp/#sql_299_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_wflivetraffichuman`
WordPress database error: [Disk full (/var/tmp/#sql_299_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`