Buen dia a todos.
Estoy usando un cms php para hacer una pagina de anuncios y al importar mi base de datos respaldada al nuevo hosting me sale este error
Error
consulta SQL:
CREATE TABLE `oc_categories` (
`idCategory` int( 10 ) unsigned NOT NULL AUTO_INCREMENT ,
`name` varchar( 64 ) NOT NULL ,
`order` int( 2 ) unsigned NOT NULL DEFAULT '0',
`created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP ,
`idCategoryParent` int( 10 ) unsigned NOT NULL DEFAULT '0',
`friendlyName` varchar( 64 ) NOT NULL ,
`description` text,
PRIMARY KEY ( `idCategory` ) USING BTREE,
KEY `Index_fname` ( `friendlyName` )
) ENGINE = MYISAM AUTO_INCREMENT =35 DEFAULT CHARSET = utf8;
MySQL ha dicho: Documentación
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'USING BTREE,
KEY `Index_fname` (`friendlyName`)
) ENGINE=MyISAM AUTO_INCREMENT' at line 9
Si no fuera molestia en orientarme para solucionar este error
de antemano gracias