facebook

MyISAM to InnoDB

  1. MyEclipse Archived
  2.  > 
  3. Database Tools (DB Explorer, Hibernate, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #275248 Reply

    fenbers
    Member

    Once I converted my MyISAM tables to InnoDB, I was able to create foreign keys on my MySQL DB using MyEclipse tools. Apparently, MySQL only allows foreign key constraints on tables where ENGINE=InnoDB. I had to use an outside tool to set the ENGINE=InnoDB of the tables I wanted to be involved with foreign keys. It would have been nice if MyEclipse allowed me to change this within itself, but I had to use an outside tool to do this. Is there a way to stay totally in MyEclipse and change the tables from MyISAM (default) to InnoDB?

    Mark

    #275340 Reply

    Loyal Water
    Member

    Is there a way to stay totally in MyEclipse and change the tables from MyISAM (default) to InnoDB?

    Thi is something thats not possible.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: MyISAM to InnoDB

You must be logged in to post in the forum log in