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
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 ;
catalog_product_flat_1
catalog_product_flat_2
catalog_product_flat_3
Now the index is built succesfully.