MySQL Forums
Forum List  »  Newbie

Re: finding it hard to setup the relationships
Posted by: Guelphdad Lake
Date: January 12, 2009 11:22AM

this is what you need:
ALTER TABLE yourtablename
ENGINE = innodb

if you get an error then it might be because innodb is not enabled (some hosts do not enable it). if it is your own machine you can edit the my.ini/my.cnf file to allow the innodb type.

Options: ReplyQuote


Subject
Written By
Posted
January 11, 2009 04:53PM
Re: finding it hard to setup the relationships
January 12, 2009 11:22AM


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.