DO I need transactional InnoDB tables

DO I need transactional InnoDB tables

by Eric Kemsley -
Number of replies: 1

This is in the mysqld.log. Do I need to worry about this?

"If you do not want to use transactional InnoDB tables, add a line
skip-innodb
to the [mysqld] section of init parameters in your my.cnf
or my.ini. If you want to use InnoDB tables, add to the [mysqld]"

Average of ratings: -
In reply to Eric Kemsley

Re: DO I need transactional InnoDB tables

by Martín Langhoff -
You don't need them for Moodle. If your server isn't running anything that uses InnoDB, use skip-innodb to save some memory.