SQL problem – Failed to create table url / url_file
-
Hi, I got a message like this after installing the plugin. I configured the plugin according to the guidelines of the hosting provider (dedicated server for wordpress with the recommended your LiteSpeed plugin) but it goes slower than before (I used wp-optimize plugin).
Failed to create table url! SQL: CREATE TABLE IF NOT EXISTS wp_litespeed_url ( id bigint(20) NOT NULL AUTO_INCREMENT, url varchar(500) NOT NULL, cache_tags varchar(1000) NOT NULL DEFAULT '', PRIMARY KEY ( id ), UNIQUE KEY url ( url (191)), KEY cache_tags ( cache_tags (191))) DEFAULT CHARACTER SET utf8mb4_unicode_ci;.
Failed to create table url_file! SQL: CREATE TABLE IF NOT EXISTS wp_litespeed_url_file ( id bigint(20) NOT NULL AUTO_INCREMENT, url_id bigint(20) NOT NULL, vary varchar(32) NOT NULL DEFAULT '' COMMENT 'md5 of final vary', filename varchar(32) NOT NULL DEFAULT '' COMMENT 'md5 of file content', type tinyint(4) NOT NULL COMMENT 'css=1,js=2,ccss=3,ucss=4', PRIMARY KEY ( id ), KEY filename ( filename ), KEY type ( type ), KEY url_id_2 ( url_id , vary , type )) DEFAULT CHARACTER SET utf8mb4_unicode_ci;.
How can I fix it?
The page I need help with: [log in to see the link]
- The topic ‘SQL problem – Failed to create table url / url_file’ is closed to new replies.