• Resolved dikibhuyan

    (@dikibhuyan)


    Mysql is Server version: 8.0.19 Source distribution – in this instance it’s Digitalocean’s managed database

    I am getting the same error

    Failed to create table cssjs! SQL: CREATE TABLE IF NOT EXISTS wp_litespeed_cssjs (id bigint(20) NOT NULL AUTO_INCREMENT, hash_name varchar(60) NOT NULL COMMENT “hash.filetype”, src text NOT NULL COMMENT “full url array set”, dateline int(11) NOT NULL, refer varchar(255) NOT NULL COMMENT “The container page url”, PRIMARY KEY (id), UNIQUE KEY hash_name (hash_name), KEY dateline (dateline) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    Could you please run this query in phpMyAdmin directly , and see if it returns any error ?

    CREATE TABLE IF NOT EXISTS wp_litespeed_cssjs (id bigint(20) NOT NULL AUTO_INCREMENT, hash_name varchar(60) NOT NULL COMMENT "hash.filetype", src text NOT NULL COMMENT "full url array set", dateline int(11) NOT NULL, refer varchar(255) NOT NULL COMMENT "The container page url", PRIMARY KEY (id), UNIQUE KEY hash_name (hash_name), KEY dateline (dateline) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;

    Best regards

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    I’m going to mark this topic “Resolved”, due to lack of activity.

    If you still need help, please feel free to re-open it.

    Best regards,

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Failed to create table cssjs!’ is closed to new replies.