Thread: TSSE 1.3.9
View Single Post
  #89  
Old 4th December 2017, 18:24
DjBlack DjBlack is offline
Senior Member
 
Join Date: May 2013
Slovenia
Posts: 20
Unhappy TSSE 1.3.9
Hi when install this script show me this



Processing file: torrent.sql
Starting at the line: 1
Error at the line 17: ) TYPE=MyISAM;
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`) ) TYPE=MyISAM;
MySQL: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'TYPE=MyISAM' at line 9
Stopped on error






whats is wrong how to fix
Reply With Quote