MySQL Forums
Forum List  »  German

Fehlermeldung bei Import
Posted by: Pit Schekat
Date: May 31, 2010 10:50AM

Hallo!

ich will eine zuvor gesicherte Datenbank (5.0.1) auf den Server zurück spielen, dabei erhalte ich folgende Fehlermeldung:

SQL-Befehl:

CREATE TABLE `smf_log_digest` (

id_topic mediumint( 8 ) unsigned NOT NULL default,
id_msg int( 10 ) unsigned NOT NULL default,
note_type varchar( 10 ) NOT NULL default 'post',
daily smallint( 3 ) unsigned NOT NULL default 0,
exclude mediumint( 8 ) unsigned NOT NULL default 0) TYPE = MYISAM ;



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 '
id_msg int(10) unsigned NOT NULL default ,
note_type varchar(10) NOT NULL d' at line 2


Ich muß dazusagen, daß ich absoluter Laie auf diesem Gebiet bin und auch fürchte, das hier mein Englisch an seine Grenzen stösst. Mit anderen Worten, ich hab' keine Ahnung was da schief läuft.

Kann mir jemand helfen?

Pit

Options: ReplyQuote


Subject
Views
Written By
Posted
Fehlermeldung bei Import
2186
May 31, 2010 10:50AM
1322
June 08, 2010 12:20PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.