Magento – Error Database Import

Today we had the import of a Magento database to a new database, the error message SQL command: — — Constraints der Tabelle 'catalog_eav_attribute’ — ALTER TABLE ‘catalog_eav_attribute’ ADD CONSTRAINT ‘FK_CATALOG_EAV_ATTRIBUTE_ID’ FOREIGN KEY ( ‘attribute_id’ ) REFERENCES ‘eav_attribute’ ( ‘attribute_id’ ) ON DELETE CASCADE ON UPDATE CASCADE ; MySQL MANDATORY: #1452 – Cannot add or update a child…