View Single Post
  #16  
Old 17th January 2012, 15:34
dj_otrov's Avatar
dj_otrov dj_otrov is offline
Senior Member
 
Join Date: Jan 2012
Bulgaria
Posts: 142
Angry error install
Processing file: torrent.sql
Starting at the line: 1
Error at the line 14: ) TYPE=MyISAM ;
Query: CREATE TABLE IF NOT EXISTS `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`) ) 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 'TYPE=MyISAM' at line 9
Stopped on error
Start from the beginning (DROP the old tables before restarting)
Reply With Quote