Friday 25 October 2013

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.

No comments:

Post a Comment