升级错误,MySQL 提示: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'character set gbk NOT NULL, PRIMARY KEY (`id`)) ENGINE=MyISAM ,请返回。
CREATE TABLE IF NOT EXISTS `uch_musiclist` (
`id` mediumint(8) unsigned NOT NULL auto_increment,
`uid` mediumint(8) NOT NULL,
`data` mediumtext character set utf8 NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;
CREATE TABLE IF NOT EXISTS `uch_musiclist` (
`id` mediumint(8) unsigned NOT NULL auto_increment,
`uid` mediumint(8) NOT NULL,
`data` mediumtext c ...
还是错误 升级错误,MySQL 提示: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'character set utf8 NOT NULL, PRIMARY KEY (`id`)) ENGINE=MyISA ,请返回。