Magento : Database server does not support the InnoDB storage engine
app/code/core/mage/install/model/installer/Db.php
if (!$resource->supportEngine()) {
Mage::throwException(
Mage::helper(‘install’)->__(‘Database server does not support the InnoDB storage engine.’)
);
}
just comment above code.
hope it will work.