How do you use MySQL InnoDB tables on OS X?
I am having problems using InnoDB MySQL 5.0 on OS X due to a problem with my.cnf parameters. The gotchas enumeration in case it helps someone:
If InnoDB is disabled, check the error log (hostname.err, in the data directory). I had an empty setting which I changed:
innodb_data_file_path = ibdata1:10M:autoextend
Hope this helps someone. I was running rails app and getting errors in session table.
-1
a source to share