How To Fix: InnoDB Enabled But Not Starting
This is for CentOS, but it should work on Debian/Ubuntu as well. There are two reasons why InnoDB would not start: It’s not enabled in my.cnf The log files are READ MORE
How to Disable InnoDB On MySQL 5.5 and MariaDB
InnoDB is a MySQL storage engine. As of MySQL 5.5, InnoDB became the default storage engine instead of MyISAM. Disabling InnoDB can be helpful, especially on low end boxes READ MORE