SQL: CREATE TABLE `cdb_adminnotes` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `admin` varchar(15) NOT NULL default '', `access` tinyint(3) NOT NULL default '0', `adminid` tinyint(3) NOT NULL default '0', `dateline` int(10) unsigned NOT NULL default '0', `expiration` int(10) unsigned NOT NULL default '0', `message` text NOT NULL, PRIMARY KEY (`id`)) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=gbk AUTO_INCREMENT=4
Error: 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 'DEFAULT CHARSET=gbk AUTO_INCREMENT=4' at line 1
Errno.: 1064
SQL: INSERT INTO cdb_fes_list (uid,cdtid,cdtsum,usergroups,fesname,fesimgs,fesmsg,fesdate,publisher,memsum,percents,sharecdt,`interval`)
VALUES (6,0,0,'','fhdf','','dfhdf','12,25','nihao',0,'0,0,0,0,0,0,0,0,0,0,0,0,0,0','0,0,0',0);
Error: You have an error in your SQL syntax near '; ' at line 2
Errno.: 1064