WordPress database error: [Specified key was too long; max key length is 1000 bytes]
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
{"name":"D&M Consultant","description":"precision engineering","url":"http:\/\/dmconsultant.co.za","home":"https:\/\/dmconsultant.co.za","gmt_offset":2,"timezone_string":"Africa\/Johannesburg","namespaces":["oembed\/1.0","akismet\/v1","contact-form-7\/v1","esf\/v1","jetpack\/v4","yoast\/v1","wpcom\/v2","jetpack\/v4\/stats-app","jetpack\/v4\/import","aam\/v2","wpcom\/v3","jetpack-boost\/v1","my-jetpack\/v1","jetpack\/v4\/explat","jetpack\/v4\/blaze-app","jetpack\/v4\/blaze","wp\/v2","wp-site-health\/v1","wp-block-editor\/v1"],"authentication":{"application-passwords":{"endpoints":{"authorization":"https:\/\/dmconsultant.co.za\/wp-admin\/authorize-application.php"}}},"routes":{"\/":{"namespace":"","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/dmconsultant.co.za\/wp-json\/"}]}},"\/batch\/v1":{"namespace":"","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"validation":{"type":"string","enum":["require-all-validate","normal"],"default":"normal","required":false},"requests":{"type":"array","maxItems":25,"items":{"type":"object","properties":{"method":{"type":"string","enum":["POST","PUT","PATCH","DELETE"],"default":"POST"},"path":{"type":"string","required":true},"body":{"type":"object","properties":[],"additionalProperties":true},"headers":{"type":"object","properties":[],"additionalProperties":{"type":["string","array"],"items":{"type":"string"}}}}},"required":true}}}],"_links":{"self":[{"href":"https:\/\/dmconsultant.co.za\/wp-json\/batch\/v1"}]}},"\/oembed\/1.0":{"namespace":"oembed\/1.0","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"oembed\/1.0","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/dmconsultant.co.za\/wp-json\/oembed\/1.0"}]}},"\/oembed\/1.0\/embed":{"namespace":"oembed\/1.0","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"url":{"description":"The URL of the resource for which to fetch oEmbed data.","type":"string","format":"uri","required":true},"format":{"default":"json","required":false},"maxwidth":{"default":600,"required":false}}}],"_links":{"self":[{"href":"https:\/\/dmconsultant.co.za\/wp-json\/oembed\/1.0\/embed"}]}},"\/oembed\/1.0\/proxy":{"namespace":"oembed\/1.0","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"url":{"description":"The URL of the resource for which to fetch oEmbed data.","type":"string","format":"uri","required":true},"format":{"description":"The oEmbed format to use.","type":"string","default":"json","enum":["json","xml"],"required":false},"maxwidth":{"description":"The maximum width of the embed frame in pixels.","type":"integer","default":600,"required":false},"maxheight":{"description":"The maximum height of the embed frame in pixels.","type":"integer","required":false},"discover":{"description":"Whether to perform an oEmbed discovery request for unsanctioned providers.","type":"boolean","default":true,"required":false}}}],"_links":{"self":[{"href":"https:\/\/dmconsultant.co.za\/wp-json\/oembed\/1.0\/proxy"}]}},"\/akismet\/v1":{"namespace":"akismet\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"akismet\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/dmconsultant.co.za\/wp-json\/akismet\/v1"}]}},"\/akismet\/v1\/key":{"namespace":"akismet\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":[]},{"methods":["POST","PUT","PATCH"],"args":{"key":{"type":"string","description":"A 12-character Akismet API key. Available at akismet.com\/account","required":true}}},{"methods":["DELETE"],"args":[]}],"_links":{"self":[{"href":"https:\/\/dmconsultant.co.za\/wp-json\/akismet\/v1\/key"}]}},"\/akismet\/v1\/settings":{"namespace":"akismet\/v1","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":[]},{"methods":["POST","PUT","PATCH"],"args":{"akismet_strictness":{"type":"boolean","description":"If true, Akismet will automatically discard the worst spam automatically rather than putting it in the spam folder.","required":false},"akismet_show_user_comments_approved":{"type":"boolean","description":"If true, show the number of approved comments beside each comment author in the comments list page.","required":false}}}],"_links":{"self":[{"href":"https:\/\/dmconsultant.co.za\/wp-json\/akismet\/v1\/settings"}]}},"\/akismet\/v1\/stats":{"namespace":"akismet\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"interval":{"type":"string","description":"The time period for which to retrieve stats. Options: 60-days, 6-months, all","default":"all","required":false}}}],"_links":{"self":[{"href":"https:\/\/dmconsultant.co.za\/wp-json\/akismet\/v1\/stats"}]}},"\/akismet\/v1\/stats\/(?P