Magento

Uit dotSearch
Ga naar: navigatie, zoeken

Bij de installatie van Magento's Sample Data kan het zijn dat er errors voorkomen. Dit ligt in het verschil in syntax tussen MySQL 5.0 en 5.1.

Oplossing:

PRIMARY KEY (`tag_id`) USING BTREE,

changed into

PRIMARY KEY USING BTREE (`tag_id`),

en

PRIMARY KEY (`tag_relation_id`) USING BTREE ,

changed into

PRIMARY KEY USING BTREE (`tag_relation_id`),