View Single Post
  #29  
Old 12th June 2011, 11:25
pokemon401 pokemon401 is offline
Member
 
Join Date: Oct 2010
P2P
Posts: 7
Default
Sql error



Error at the line 27: ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
Query: CREATE TABLE `addedrequests` ( `id` int(10) unsigned NOT NULL auto_increment, `requestid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `pollid` (`id`), KEY `userid` (`userid`), KEY `requestid_userid` (`requestid`,`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
MySQL: Table 'addedrequests' already exists
Stopped on error
Start from the beginning (DROP the old tables before restarting)
Reply With Quote