· 8 years ago · Jul 28, 2018, 03:22 AM
1...
2[Progress: 16 / 557]
3Module 'Magento_Catalog':
4Installing schema...
5
6 [Zend_Db_Statement_Exception]
7 SQLSTATE[HY000]: General error: 3161 Storage engine MEMORY is disabled (Table creation is disallowed)., query was: CREATE TABLE IF NOT EXISTS `catalog_product_index_price_cfg_opt_agr_tmp` (
8 `parent_id` int UNSIGNED NOT NULL COMMENT 'Parent ID' ,
9 `child_id` int UNSIGNED NOT NULL COMMENT 'Child ID' ,
10 `customer_group_id` smallint UNSIGNED NOT NULL COMMENT 'Customer Group ID' ,
11 `website_id` smallint UNSIGNED NOT NULL COMMENT 'Website ID' ,
12 `price` decimal(12,4) NULL COMMENT 'Price' ,
13 `tier_price` decimal(12,4) NULL COMMENT 'Tier Price' ,
14 PRIMARY KEY (`parent_id`, `child_id`, `customer_group_id`, `website_id`)
15 ) COMMENT='Catalog Product Price Indexer Config Option Aggregate Temp Table' ENGINE=MEMORY charset=utf8 COLLATE=utf8_general_ci
16
17
18
19 [PDOException]
20 SQLSTATE[HY000]: General error: 3161 Storage engine MEMORY is disabled (Table creation is disallowed).