Enabling and Configuring InnoDB on MAMP

I am trying to change InnoDB settings on my MAMP installation and no luck. InnoDB settings in MAMP my.cnf are all commented out by default. Therefore, after stopping MySQL, by copying the corresponding log files (ib_logfile0, ib_logfile_1, libdata), and then uncommenting the settings of InnoDB in my.cnf, I will try to start MySQL without success.

Most of the databases in my installation are Drupal 7 sites with InnoDB tables, and MySQL under MAMP is terribly slow. Any ideas on what I'm doing wrong?

+3
source share

All Articles