WordPress database error: [CREATE command denied to user '103595_1.usr1'@'192.168.43.129' for table 'wp_addactionsandfilters_plugin_usercode']CREATE TABLE IF NOT EXISTS wp_addactionsandfilters_plugin_usercode (
id mediumint(9) NOT NULL AUTO_INCREMENT,
enabled boolean DEFAULT 0 NOT NULL,
shortcode boolean DEFAULT 0 NOT NULL,
buffer boolean DEFAULT 1 NOT NULL,
inadmin boolean DEFAULT 0 NOT NULL,
name tinytext DEFAULT '' NOT NULL,
capability tinytext,
description tinytext DEFAULT '' NOT NULL,
code text DEFAULT '' NOT NULL,
UNIQUE KEY id (id)
) DEFAULT CHARACTER SET utf8;