View Single Post
  #34  
Old 1st January 2015, 20:20
vldutz1 vldutz1 is offline
Member
 
Join Date: Sep 2014
Posts: 6
Default Problem :(
Hi everyone, i tryed to install this script, but when i'm trying to import the DataBase, it appears this error:
Code:
Processing file: ../sql/database.sql

Starting at the line: 1

Error at the line 27: ) TYPE=MyISAM 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`) ) TYPE=MyISAM AUTO_INCREMENT=1 ;

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 AUTO_INCREMENT=1' at line 8

Stopped on error
Any ideas? :(
Reply With Quote