Error: You have an error in your SQL syntax near '; ' at line 7
Statement: DROP TABLE IF EXISTS `news_access`;
Arguments:
Array
(
)
,Error: You have an error in your SQL syntax near '; ' at line 15
Statement: CREATE TABLE `news_access` ( `name` text NOT NULL, `accounts` int(11) NOT NULL default '0', `accesslevels` int(11) NOT NULL default '0', `sysconfig` int(11) NOT NULL default '0', `newscats` int(11) NOT NULL default '0', `templates` int(11) NOT NULL default '0', `smilies` int(11) NOT NULL default '0', `wordfilters` int(11) NOT NULL default '0', `bannedips` int(11) NOT NULL default '0', `accesslevel` int(11) NOT NULL default '0', `uid` int(11) NOT NULL auto_increment, PRIMARY KEY (`uid`) );
Arguments:
Array
(
)
,Error: You have an error in your SQL syntax near '; ' at line 6
Statement: INSERT INTO `news_access` (`name`, `accounts`, `accesslevels`, `sysconfig`, `newscats`, `templates`, `smilies`, `wordfilters`, `bannedips`, `accesslevel`, `uid`) VALUES ('Gods', 1, 1, 1, 1, 1, 1, 1, 1, 3, 1), ('Mods', 0, 0, 0, 0, 0, 0, 0, 0, 2, 2), ('Members', 0, 0, 0, 0, 0, 0, 0, 0, 1, 3);
Arguments:
Array
(
)
,Error: You have an error in your SQL syntax near '; ' at line 4
Statement: DROP TABLE IF EXISTS `news_cats`;
Arguments:
Array
(
)
,Error: You have an error in your SQL syntax near 'ENGINE=MyISAM DEFAULT CHARSET=latin1; ' at line 5
Statement: CREATE TABLE `news_cats` ( `name` varchar(255) default NULL, `id` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Arguments:
Array
(
)
,Error: You have an error in your SQL syntax near '; ' at line 4
Statement: INSERT INTO `news_cats` (`name`, `id`) VALUES ('', 0);
Arguments:
Array
(
)