I¹m running MAMP (www.mamp.info) on my Mac OSX box as a local way of developing. I¹m running into a slight problem that the mamp site doesn¹t talk about. The 1.5 beta1 seems to have the option skip-innodb enabled and I can¹t seem to find out where this is located to disable it and enable the use of innodb tables. There is no my.cnf or my.ini file and the command to start MySQL is:
/Applications/MAMP/Library/bin/mysqld_safe --port=8889 --socket=/Applications/MAMP/tmp/mysql/mysql.sock --lower_case_table_names=0 --pid-file=/Applications/MAMP/tmp/mysql/mysql.pid --log-error=/Applications/MAMP/logs/mysql_error_log I was wondering what I can do to enable innodb? The only thing I can think of is that the people who make MAMP have disabled innodb when they compiled MySQL in which case am I out of luck? Thanks.