MySQL InnoDB Disabled

Re:innodb disabled
Posted by:Saar Barhoom ()
Date: March 08, 2006 08:30AM
url:http://forums.mysql.com/read.php?22,74573,74606#msg-74606

Answering myself here..

It seems like InnoDB is disabled because the iblog_file size is incompatible with the figure in my.cnf. By stopping mysql, removing the iblog file and starting it again - the problem was solved.

BTW - when InnoDB is diabled and a table is created with type=InnoDB, a MyISAM table is created; I think this is a bad behavior.