Fejl ved importere min database fra et joomla website
Hej, jeg er ved at importere min database fra et joomla website, men får følgende fejl når jeg importere i PHPmyadmin. Der er ca. 350 tabeller, men der stopper ved nr 47 hver gang jeg prøver??Fejl
SQL-forespørgsel:
CREATE TABLE `catalogindex_aggregation_to_tag` (
`aggregation_id` int( 10 ) unsigned NOT NULL ,
`tag_id` int( 10 ) unsigned NOT NULL ,
UNIQUE KEY `IDX_AGGREGATION_TAG` ( `aggregation_id` , `tag_id` ) ,
KEY `FK_CATALOGINDEX_AGGREGATION_TO_TAG_TAG` ( `tag_id` ) ,
CONSTRAINT `FK_CATALOGINDEX_AGGREGATION_TO_TAG_AGGREGATION` FOREIGN KEY ( `aggregation_id` ) REFERENCES `catalogindex_aggregation` ( `aggregation_id` ) ON DELETE CASCADE ON UPDATE CASCADE ,
CONSTRAINT `FK_CATALOGINDEX_AGGREGATION_TO_TAG_TAG` FOREIGN KEY ( `tag_id` ) REFERENCES `catalogindex_aggregation_tag` ( `tag_id` ) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE = InnoDB DEFAULT CHARSET = utf8;
MySQL returnerede: Dokumentation
#1005 - Can't create table 'arostomrer_dk_db.catalogindex_aggregation_to_tag' (errno: 150)