还是错误 升级错误,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, PR ...
CREATE TABLE IF NOT EXISTS `uch_musiclist` (
`id` mediumint(8) unsigned NOT NULL auto_increment,
`uid` mediumint(8) NOT NULL,
`data` mediumtext NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 ;