The ‘InnoDB’ feature is disabled

Error: The ‘InnoDB’ feature is disabled; you need MySQL built with ‘InnoDB’ to have it working

Solution:
1. Open my.ini
2. Add a # at the beginning of the line skip-innodb
3. Restart MySQL