Kuroko Sempai
New member
- Messages
- 152
- Points
- 0
Buenas al cargar el archivo main me sale el siguiente error...
[Err] 1289 - The 'InnoDB' feature is disabled; you need MySQL built with 'InnoDB' to have it working
[Err] --
-- Table structure for table `INTerreg`
--
CREATE TABLE IF NOT EXISTS `interreg` (
`varname` VARCHAR(11) NOT NULL,
`value` VARCHAR(20) NOT NULL,
PRIMARY KEY (`varname`)
) ENGINE=InnoDB;
[Msg] Finished - Unsuccessfully
--------------------------------------------------
no se si esto afectara la ejecucion del ro....
estoy cargando la revision 14389...
Al cargar el emulador me salen los siguientes errores
dejo la imagen

[Err] 1289 - The 'InnoDB' feature is disabled; you need MySQL built with 'InnoDB' to have it working
[Err] --
-- Table structure for table `INTerreg`
--
CREATE TABLE IF NOT EXISTS `interreg` (
`varname` VARCHAR(11) NOT NULL,
`value` VARCHAR(20) NOT NULL,
PRIMARY KEY (`varname`)
) ENGINE=InnoDB;
[Msg] Finished - Unsuccessfully
--------------------------------------------------
no se si esto afectara la ejecucion del ro....
estoy cargando la revision 14389...
Al cargar el emulador me salen los siguientes errores
dejo la imagen

Last edited by a moderator: