Query: -- -- DROP TABLE IF EXISTS `supe__'`; CREATE TABLE supe__' ( cachekey varchar(16) NOT NULL default '', uid mediumint(8) unsigned NOT NULL default '0', cachename varchar(20) NOT NULL default '', value mediumtext NOT NULL, updatetime int(10) unsigned NOT NULL default '0', PRIMARY KEY (cachekey) ) TYPE=MyISAM;
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 '; CREATE TABLE supe__' ( cachekey varchar(16) NOT NULL defaul
Query: -- -- DROP TABLE IF EXISTS `supe__'`; CREATE TABLE supe__' ( cachekey varchar(16) NOT NULL default '', uid mediumint(8) unsigned NOT NULL default '0', cachename varchar(20) NOT NULL default '', value mediumtext NOT NULL, updatetime int(10) unsigned NOT NULL default '0', PRIMARY KEY (cachekey) ) TYPE=MyISAM;
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 '; CREATE TABLE supe__' ( cachekey varchar(16) NOT NULL defaul