Cómo solucionar error al importar BD con BigDump

  • Autor Autor MachineMX
  • Fecha de inicio Fecha de inicio
M

MachineMX

Gamma
Redactor
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Hola! quiero importar una base de datos que pesa 1 GB y me recomendaron ese script pero me sale el siguiente error

Error at the line 1222: ) ENGINE=InnoDB AUTO_INCREMENT=855454 DEFAULT CHARSET=utf8;

Query: CREATE TABLE `wp_slim_events` (
`event_id` int(10) NOT NULL AUTO_INCREMENT,
`type` tinyint(3) unsigned DEFAULT '0',
`event_description` varchar(64) DEFAULT NULL,
`notes` varchar(256) DEFAULT NULL,
`position` varchar(32) DEFAULT NULL,
`id` int(10) unsigned NOT NULL DEFAULT '0',
`dt` int(10) unsigned DEFAULT '0',
PRIMARY KEY (`event_id`),
KEY `idx_wp_slim_stat_events` (`dt`),
KEY `fk_wp_slim_events_id` (`id`),
CONSTRAINT `fk_wp_slim_events_id` FOREIGN KEY (`id`) REFERENCES `wp_slim_stats` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=855454 DEFAULT CHARSET=utf8

MySQL: Can't create table 'corrido1_cyb2.wp_slim_events' (errno: 150)



Alguien sabe como lo puedo arreglar?

GRACIAS!!
 
Atrás
Arriba