Hi,I tried the statement it crashes on in the MySQL command line
client:create table EDCVERSIONENTITYSQ2(seq bigint not null
auto_increment, primary key(seq)) TYPE=InnoDB;Even in the MySQL command
line client it crashes.The reason is MySQL 5.5 changed the syntax from
'TYPE=InnoDB' to 'ENGINE=InnoDB'. Looks like downgrading MySQL is the
only option currently.CheersWP