View Single Post
  #38  
Old 11th January 2024, 14:09
soneigr soneigr is offline
Senior Member
 
Join Date: Dec 2023
Greece
Posts: 63
Default
Parse error: syntax error, unexpected '?' in /www/_Btitracker/include/functions.php on line 355

Bump: 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 MySQL server version for the right syntax to use near 'TYPE=MyISAM AUTO_INCREMENT=1' at line 8
Stopped on error

Last edited by soneigr; 11th January 2024 at 14:24.
Reply With Quote