找到文件app/code/core/Mage/Install/Model/Installer/Db/Mysql4.php的第59行:
将
public function supportEngine()
{
$variables = $this->_getConnection()
->fetchPairs('SHOW VARIABLES');
return (!isset($variables['have_innodb']) || $variables['have_innodb'] != 'YES') ? false : true;
}
替换为:
public function supportEngine()
{
$variables = $this->_getConnection()
->fetchPairs('SHOW ENGINES');
return (isset($variables['InnoDB']) && $variables['InnoDB'] != 'NO');
}
|

ecshop眼镜商城|ecshop红色模
人气:1241
蓝色中英繁三语全静态S
人气:343
绿色大气ecshop果蔬商城模
人气:984
仿buychina多语言淘宝代购系
人气:1588
ecshop仿bianli100便利商城模
人气:5637
shopex名仕模板
人气:362