MySQL Forums
Forum List  »  Newbie

Re: Cannot create table in Query Browers on 1 MySQL, but can on another
Posted by: Allen Sun
Date: June 15, 2005 05:03PM

The problem is with the line "ENGINE=InnoDB" which only 4.0.18+ can understand. Older version only understand "TYPE=" not "ENGINE=". You can work around it by copy & paste the CREATE statement and change the 'ENGINE' to 'TYPE' and run it in the query box.

Options: ReplyQuote


Subject
Written By
Posted
Re: Cannot create table in Query Browers on 1 MySQL, but can on another
June 15, 2005 05:03PM


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.