Moin moin,
ich hab ein Problem , ich hab ne db exportiert mit Vollständige Inserts und Erweiterte Inserts, sowie struktur und Daten, sind phpmyadmin bei Export und Import sind auf dem neusten Stand und wenn ich die db importiern will kommt folgender fehler
Ich steig da nich durch, kann mir da einer helfen?
Fehler
SQL-Befehl :
CREATE TABLE articles - comments(
ID int( 11 ) NOT NULL auto_increment,
aid int( 11 ) NOT NULL default '0',
name varchar( 30 ) NOT NULL default '',
email varchar( 40 ) NOT NULL default '',
time int( 11 ) NOT NULL default '0',
text text NOT NULL ,
PRIMARY KEY ( ID ) ,
FULLTEXT KEY name( name, email, text )
) TYPE = MYISAM
MySQL meldet:
You have an error in your SQL syntax near '-comments (
ID int(11) NOT NULL auto_increment,
aid int(11) NOT NULL defau' at line 1
ich hab ein Problem , ich hab ne db exportiert mit Vollständige Inserts und Erweiterte Inserts, sowie struktur und Daten, sind phpmyadmin bei Export und Import sind auf dem neusten Stand und wenn ich die db importiern will kommt folgender fehler
Ich steig da nich durch, kann mir da einer helfen?
Fehler
SQL-Befehl :
CREATE TABLE articles - comments(
ID int( 11 ) NOT NULL auto_increment,
aid int( 11 ) NOT NULL default '0',
name varchar( 30 ) NOT NULL default '',
email varchar( 40 ) NOT NULL default '',
time int( 11 ) NOT NULL default '0',
text text NOT NULL ,
PRIMARY KEY ( ID ) ,
FULLTEXT KEY name( name, email, text )
) TYPE = MYISAM
MySQL meldet:
You have an error in your SQL syntax near '-comments (
ID int(11) NOT NULL auto_increment,
aid int(11) NOT NULL defau' at line 1
Kommentar