• Hi There,

    SQL Database is no for me …. Where and How can i execute this W3TC instalation Script :

    DROP TABLE IF EXISTSwp_w3tc_cdn_queue`;
    CREATE TABLE IF NOT EXISTS wp_w3tc_cdn_queue (
    id int(11) unsigned NOT NULL AUTO_INCREMENT,
    local_path varchar(500) NOT NULL DEFAULT ”,
    remote_path varchar(500) NOT NULL DEFAULT ”,
    command tinyint(1) unsigned NOT NULL DEFAULT ‘0’ COMMENT ‘1 – Upload, 2 – Delete, 3 – Purge’,
    last_error varchar(150) NOT NULL DEFAULT ”,
    date datetime NOT NULL DEFAULT ‘0000-00-00 00:00:00’,
    PRIMARY KEY (id),
    KEY date (date)
    ) DEFAULT CHARACTER SET utf8;`

    I have runned as SQL Query with WP-DBManager Plugin, but im not sure if as worked, because ive got a red message, and no green.

    Is there any Step-By-Step to do this?

    Thanks

The topic ‘How to install CDN module: Required Database SQL:’ is closed to new replies.