How to install CDN module: Required Database SQL:
-
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 EXISTSwp_w3tc_cdn_queue(
idint(11) unsigned NOT NULL AUTO_INCREMENT,
local_pathvarchar(500) NOT NULL DEFAULT ”,
remote_pathvarchar(500) NOT NULL DEFAULT ”,
commandtinyint(1) unsigned NOT NULL DEFAULT ‘0’ COMMENT ‘1 – Upload, 2 – Delete, 3 – Purge’,
last_errorvarchar(150) NOT NULL DEFAULT ”,
datedatetime NOT NULL DEFAULT ‘0000-00-00 00:00:00’,
PRIMARY KEY (id),
KEYdate(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.