Jump to content
xt:Commerce Community Forum

#1064 - You have an error in your SQL syntax


Recommended Posts

Für die Installation von xt Commerce:

Ich habe die Datei Dump.txt phpmydamin importiert...

Ich habe Probleme mit folgenden SQL Befehl:

SQL-Befehl:

CREATE TABLE IF NOT EXISTS `categories` (

`categories_id` int( 11 ) NOT NULL AUTO_INCREMENT ,

`categories_image` varchar( 64 ) default NULL ,

`parent_id` int( 11 ) NOT NULL default '0',

`categories_status` tinyint( 1 ) unsigned NOT NULL default '1',

`categories_template` varchar( 64 ) default NULL ,

`group_permission_0` tinyint( 1 ) NOT NULL default '0',

`group_permission_1` tinyint( 1 ) NOT NULL default '0',

`group_permission_2` tinyint( 1 ) NOT NULL default '0',

`group_permission_3` tinyint( 1 ) NOT NULL default '0',

`listing_template` varchar( 64 ) default NULL ,

`sort_order` int( 3 ) NOT NULL default '0',

`products_sorting` varchar( 32 ) default NULL ,

`products_sorting2` varchar( 32 ) default NULL ,

`date_added` datetime default NULL ,

`last_modified` datetime default NULL ,

PRIMARY KEY ( `categories_id` ) ,

KEY `idx_categories_parent_id` ( `parent_id` )

) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =15

MySQL meldet:

#1064 - 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 'DEFAULT CHARSET=latin1 AUTO_INCREMENT=15' at line 19

Wäre super wenn ihr mir weiterhelfen könntet woran es liegt bzw wie ich dann vorgehen muss.

Mfg

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...