Foreign key constraint error 1452 in MySQL - Magento import

后端 未结 2 673
孤街浪徒
孤街浪徒 2020-12-15 12:49

i am trying to import a sql dump of magento along with some product data and i get this foreign key constraint error:

`ERROR 1452 (23000) at line 231680: Can         


        
2条回答
  •  -上瘾入骨i
    2020-12-15 13:09

    I used a database repair tool, after that did this in SQL:

    DROP TABLE catalog_product_flat_1 , catalog_product_flat_2 , catalog_product_flat_3 ;

    Now the index is built succesfully.

提交回复
热议问题