MySQL without Innodb

Matt datahead4 at gmail.com
Thu Apr 23 14:07:55 UTC 2009


On Thu, Apr 23, 2009 at 8:31 AM, Mark <admin at asarian-host.net> wrote:
> Hello,
>
> I'm trying to compile MySQL 5.1.34, but I can't find options to not compile
>
> in innodb database support. Have these been removed? And, if so, why?
>
Can't comment on if/why the options were removed, but adding
"skip-innodb" to your my.cnf file will turn off the innodb engine at
runtime and reduce the memory consumption of the MySQL server
processes.

Matt


More information about the freebsd-questions mailing list