Author Topic: Innodb  (Read 8233 times)

lazyfish

  • Newbie
  • *
  • Posts: 5
    • View Profile
Innodb
« on: September 24, 2008, 05:18:52 pm »
My server (Apache 1.3.41 (Unix)) & db (MySQL version 5.0.51a-community) support Innodb, but I'm getting the following return "InnoDB storage engine is not supported"

Ops, I think I see it.

I'm looking at my db admin and I see "innodb file per table   OFF"  ...stupid question, but do I need to turn that on.

Be gentle please.

Jim


cabeza

  • Administrator
  • Hero Member
  • *****
  • Posts: 1004
    • View Profile
    • Feng Office
Re: Innodb
« Reply #1 on: September 25, 2008, 10:16:02 am »
You could hack OpenGoo in order to NOT use InnoDB.  http://forums.opengoo.org/index.php?topic=92.msg531#msg531

However, I really recommend using InnoDB if you care about the data you are storing. http://en.wikipedia.org/wiki/MyISAM
Marcos

lazyfish

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Innodb
« Reply #2 on: September 30, 2008, 12:28:34 pm »
Thanks Marcos.

I got it working under InnoDB.

Jim