UCH 编码: UTF-8 /
服务器操作系统:Win
插件文件名:gift_free_utf8_v1.0d
模版:uc+discuz+uch集成安装版
之前是否安装过其他版本:安装过,uchac,
qq:632244160
错误提示:MySQL Error
Message: MySQL Query Error
SQL: CREATE TABLE IF NOT EXISTS `uchome_com_gift` ( `id` int(10) unsigned NOT NULL auto_increment, `uid` mediumint(8) unsigned NOT NULL default '0', `fromuid` mediumint(8) unsigned NOT NULL default '0', `fromusername` char(15) character set UTF-8 NOT NULL default '', `giftid` int(10) NOT NULL, `show` tinyint(1) NOT NULL, `exchange` tinyint(1) NOT NULL, `love` tinyint(1) NOT NULL, `mode` tinyint(1) NOT NULL, `private` tinyint(1) NOT NULL, `annonymous` tinyint(1) NOT NULL, `note` char(80) character set UTF-8 NOT NULL, `senttime` int(10) NOT NULL, `recvtime` int(10) NOT NULL, `fromstat` tinyint(1) NOT NULL, `tostat` tinyint(1) NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=1;
Error: Unknown character set: 'UTF'
Errno.: 1115 |