Unknown character set: 'utf8mb3' CREATE TABLE `***_ecms_article` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `classid` smallint(5) unsigned NOT NULL DEFAULT 0, `onclick` int(10) unsigned NOT NULL DEFAULT 0, `newspath` char(20) NOT NULL DEFAULT '', `keyboard` char(80) NOT NULL DEFAULT '', `userid` int(10) unsigned NOT NULL DEFAULT 0, `username` char(25) NOT NULL DEFAULT '', `istop` tinyint(1) NOT NULL DEFAULT 0, `truetime` int(10) unsigned NOT NULL DEFAULT 0, `ismember` tinyint(1) NOT NULL DEFAULT 0, `userfen` smallint(5) unsigned NOT NULL DEFAULT 0, `isgood` tinyint(3) unsigned NOT NULL DEFAULT 0, `titlefont` char(14) NOT NULL DEFAULT '', `titleurl` char(200) NOT NULL DEFAULT '', `filename` char(36) NOT NULL DEFAULT '', `groupid` smallint(6) NOT NULL DEFAULT 0, `plnum` mediumint(8) unsigned NOT NULL DEFAULT 0, `firsttitle` tinyint(3) unsigned NOT NULL DEFAULT 0, `totaldown` mediumint(8) unsigned NOT NULL DEFAULT 0, `title` char(100) NOT NULL DEFAULT '', `newstime` int(10) unsigned NOT NULL DEFAULT 0, `titlepic` char(120) NOT NULL DEFAULT '', `havehtml` tinyint(1) NOT NULL DEFAULT 0, `lastdotime` int(10) unsigned NOT NULL DEFAULT 0, `ftitle` varchar(200) NOT NULL DEFAULT '', `smalltext` mediumtext NOT NULL, `writer` varchar(30) NOT NULL DEFAULT '', `befrom` varchar(60) NOT NULL DEFAULT '', `newstext` varchar(50) NOT NULL DEFAULT '', `isqf` tinyint(1) NOT NULL DEFAULT 0, `stb` tinyint(3) unsigned NOT NULL DEFAULT 1, `ttid` smallint(5) unsigned NOT NULL DEFAULT 0, `ispic` tinyint(1) NOT NULL DEFAULT 0, `isurl` tinyint(1) NOT NULL DEFAULT 0, `fstb` tinyint(3) unsigned NOT NULL DEFAULT 1, `restb` tinyint(3) unsigned NOT NULL DEFAULT 1, `eckuid` int(11) NOT NULL DEFAULT 0, `efz` tinyint(1) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `newstime` (`newstime`), KEY `classid` (`classid`), KEY `ttid` (`ttid`), KEY `firsttitle` (`firsttitle`), KEY `isgood` (`isgood`), KEY `ispic` (`ispic`), KEY `useridis` (`userid`,`ismember`) ) ENGINE=MyISAM AUTO_INCREMENT=3894 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci
帝国8.0安装后恢复之前升级好的数据
|