Portal Home > Knowledgebase > Magento > Error using PhpMyAdmin to upload magento database
SET FOREIGN_KEY_CHECKS = 0;
at the start.
And turn them back on again at the end by putting
SET FOREIGN_KEY_CHECKS = 1;
On the last line
Add to Favourites
Print this Article