Unknown table engine 'InnoDB' Unknown table engine 'InnoDB' mysql mysql

Unknown table engine 'InnoDB'


Other solutions did not fix my problem.InnoDB engine was disabled after adjusting config.

Removing borked ib_* log files in mysql data dir fixed my issue, and allowed me to use 2G buffer pool for InnoDB:http://www.turnkeylinux.org/forum/support/20090111/drupal-6-problem-enable-innodb#comment-131


I just retried deleting the logfile and restarted the services, and it works! But beware of allotting 2G because innodb might not compile, please use 1G if 2G doesn't work.


I have ran into this problem as well. The problem was that I was allocating more memory to InnoDB than the server had with the variable innodb_buffer_pool_size. MySQL did not complain about not being able to allocate the memory in its logs about this.