errore sintassi SQL
ciao a tutti.
ho un file con estensione sql, e quando cerco di eseguirlo con mysql per crearmi il db, ho il seguente erre di sintassi:
ERROR 1064 at line 1: You have an error in your SQL syntax near 'ENGINE=InnoDB' at line 8:
CREATE TABLE acknowledges_tmp (
acknowledgeid bigint unsigned DEFAULT '0' NOT NULL,
userid bigint unsigned DEFAULT '0' NOT NULL,
eventid bigint unsigned DEFAULT '0' NOT NULL,
clock integer DEFAULT '0' NOT NULL,
message varchar(255) DEFAULT '' NOT NULL,
PRIMARY KEY (acknowledgeid)
) ENGINE = InnoDB;
sembra che trovi l'errore nell'ultima riga.
sapete aiutarmi?
grazie
Subject
Views
Written By
Posted
errore sintassi SQL
8752
May 22, 2007 07:03AM
3702
September 04, 2007 04:00AM
3527
December 27, 2007 07:13AM
3161
December 27, 2007 07:21AM
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.