My mysql installation is new and it was working a yesterday. Now, any MySQL related task in my ruby-on-rails app is failing with the error
Mysql::Error: Unknown table engine 'InnoDB': SELECT version FROM schema_migrations
I searched on the net for InnoDB and it seems to be a plugin. Some sources asked me to reinstall mysql with InnoDB. I downloaded the source from the dev.mysql.com site, but that 64-bit MacOSX tarball for my snow leopard didnt have a .configure file for me to configure my install .
But the sequel-pro mysql client works like charm. Its only when I try to use mysql from terminal or from my rails apps, the problem occurs. please help