hola gente .. estoy tratando de instalar un Gestor de contenido (joomla 3.3.6) en servidor local (Bitnami) y en windows 7 .. mi tira
error en la base de datos y no me deja instalar...por lo que busque googleando el error es "
using btree" trate de borrar esa entrada pero mi tira otro errors.. la modificación esta en el archivo
joomla.sql
el error que me tira la instalación es:
Código SQL:
Ver originalYou 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 ) ENGINE=InnoDB DEFAULT
CHARSET=utf8' at line 11 SQL=CREATE TABLE IF NOT EXISTS `xmqx0_usergroups` ( `id` INT(10) UNSIGNED
NOT NULL AUTO_INCREMENT COMMENT 'Primary Key', `parent_id` INT(10) UNSIGNED NOT NULL DEFAULT 0
COMMENT 'Adjacency List Reference Id', `lft` INT(11) NOT NULL DEFAULT 0 COMMENT 'Nested set lft.', `rgt`
INT(11) NOT NULL DEFAULT 0 COMMENT 'Nested set rgt.', `title` VARCHAR(100) NOT NULL DEFAULT '', PRIMARY
KEY (`id`), UNIQUE KEY `idx_usergroup_parent_title_lookup` (`parent_id`,`title`), KEY
`idx_usergroup_title_lookup` (`title`), KEY `idx_usergroup_adjacency_lookup` (`parent_id`), KEY
`idx_usergroup_nested_set_lookup` (`lft`,`rgt`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8
TABLE 'portal.xmqx0_usergroups' doesn't exist SQL=INSERT INTO `xmqx0_usergroups` (`id`, `parent_id`,
`lft`, `rgt`, `title`) VALUES (1, 0, 1, 18, 'Publico'), (2, 1, 8, 15, 'Registrado'), (3, 2, 9, 14, 'Autor'), (4, 3, 10,
13, 'Editor'), (5, 4, 11, 12, 'Publicador'), (6, 1, 4, 7, 'Gestor'), (7, 6, 5, 6, 'Administrador'), (8, 1, 16, 17,
'Super Usuarios'), (9, 1, 2, 3, 'Invitado')