View Single Post
  #39  
Old 13th January 2024, 01:51
mogo mogo is offline
Senior Member
 
Join Date: Jun 2020
P2P
Posts: 97
Default
Quote:
Originally Posted by soneigr View Post

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
Change TYPE=MyISAM to ENGINE=MyISAM

Bump:
Quote:
Originally Posted by dj_otrov View Post
Latest News
Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1272

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1273

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1274

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1275

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1276

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1277
Add Edit Delete Click the image to open in full size.Title: Uploaders Posted by: Otrov
Posted on: 22/02/2012 17:13


Balkan Ritam Info
Trazimo Uploaders
Tarsime Uploaders


Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1272

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1273

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1274

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1275

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1276

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1277
Add Edit Delete
https://stackoverflow.com/questions/...-is-deprecated

Last edited by mogo; 13th January 2024 at 01:54. Reason: Edit link
Reply With Quote