WordPress database error: [CREATE command denied to user 'lachainelu900'@'10.21.20.173' for table 'mod516_addactionsandfilters_plugin_usercode']CREATE TABLE IF NOT EXISTS mod516_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 utf8mb4 COLLATE utf8mb4_unicode_520_ci;
WordPress database error: [CREATE command denied to user 'lachainelu900'@'10.21.20.173' for table 'mod516_dpc_statistics']CREATE TABLE IF NOT EXISTS `mod516_dpc_statistics`(
`ID` int(11) NOT NULL AUTO_INCREMENT,
`timestamp` bigint(20) DEFAULT NULL,
`referrer` text,
`host` varchar(255) DEFAULT NULL,
PRIMARY KEY (`ID`),
KEY `ix_dpc_statistics_host` (`host`),
KEY `ix_dpc_statistics_timestamp` (`timestamp`)
) DEFAULT CHARSET=utf8;