During installation, Magento produces the following error:
Database server does not support the InnoDB storage engine.
I\'ve fix
public function supportEngine() { $variables = $this->_getConnection()->fetchPairs('SHOW ENGINES'); return (isset($variables['InnoDB']) && $variables['InnoDB'] != 'NO'); }