View Single Post
  #1  
Old 3rd November 2015, 13:48
esteo esteo is offline
Member
 
Join Date: Apr 2010
P2P
Posts: 1
Default bti tracker 1.4.8
Processing file: ../sql/database.sql

Starting at the line: 1

Error at the line 28: ) TYPE=MyISAM;

Quote:
Query: -- -- -- -- -- CREATE TABLE `bannedip` ( `id` int(10) unsigned NOT NULL auto_increment, `added` int(11) NOT NULL default '0', `addedby` int(10) unsigned NOT NULL default '0', `comment` varchar(255) NOT NULL default '', `first` bigint(11) unsigned default NULL, `last` bigint(11) unsigned default NULL, PRIMARY KEY (`id`), KEY `first_last` (`first`,`last`) ) 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 15
Stopped on error


?????
Reply With Quote