Diseño y Posicionamiento Web con Joomla › Foros › General › Joomla en General › Instalacion de Joomla
- Este debate tiene 2 respuestas, 1 mensaje y ha sido actualizado por última vez el hace 13 años, 9 meses por
Anónimo.
-
AutorEntradas
-
-
15/06/2011 a las 09:10 #99692
Anónimo
InvitadoHola amigos, tengo el siguiente problema, quiero instalar joomla y me sale este error:
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 ‘TYPE=MyISAM CHARACTER SET `utf8`’ at line 29 SQL=CREATE TABLE `y6z4i_banner` ( `bid` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default ‘0’, `type` varchar(30) NOT NULL default ‘banner’, `name` varchar(255) NOT NULL default ”, `alias` varchar(255) NOT NULL default ”, `imptotal` int(11) NOT NULL default ‘0’, `impmade` int(11) NOT NULL default ‘0’, `clicks` int(11) NOT NULL default ‘0’, `imageurl` varchar(100) NOT NULL default ”, `clickurl` varchar(200) NOT NULL default ”, `date` datetime default NULL, `showBanner` tinyint(1) NOT NULL default ‘0’, `checked_out` tinyint(1) NOT NULL default ‘0’, `checked_out_time` datetime NOT NULL default ‘0000-00-00 00:00:00’, `editor` varchar(50) default NULL, `custombannercode` text, `catid` INTEGER UNSIGNED NOT NULL DEFAULT 0, `description` TEXT NOT NULL DEFAULT ”, `sticky` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0, `ordering` INTEGER NOT NULL DEFAULT 0, `publish_up` datetime NOT NULL default ‘0000-00-00 00:00:00’, `publish_down` datetime NOT NULL default ‘0000-00-00 00:00:00’, `tags` TEXT NOT NULL DEFAULT ”, `params` TEXT NOT NULL DEFAULT ”, PRIMARY KEY (`bid`), KEY `viewbanner` (`showBanner`), INDEX `idx_banner_catid`(`catid`) ) TYPE=MyISAM CHARACTER SET `utf8`
He creado varios sitios y es la primera ves que me pasa, el nombre de la base de datos que le quiero poner me fije y no esta creada en mi phpMyAdmin, he tenido el cuidado de crear base de datos con nombres distintos para cada sitio que instale, espero me puedan ayudar.
Saludos.
-
15/06/2011 a las 12:19 #99697
Anónimo
Invitadohola! es porque la versión del servidor es superior a 5.0, tiene que cambiar TYPE=MyISAM por ENGINE=MyISAM en la carpeta instalacion, te explico!! va al installationsqlmysql y dentro abres joomla sql y todo lo que tenga TYPE=MyISAM lo cambias por ENGINE=MyISAM , si este es el problema cuando tengas que instalar componentes tendrás que hacer algo parecido con cada cosa!! adjunto como quedaria!
! suerte!!
Attachments: -
15/06/2011 a las 23:30 #99705
Anónimo
InvitadoMuchas gracias por la solucion se me fue el error pero aparecio este:
Unable to connect to the database:Could not connect to MySQL
lo que hice es poner 127.0.0.1 en lugar de localhost y ahi funciono perfectamente todo, quisiera saber cual es la difencia o si me puede traer porblemas en el futuro.
Saludos.
-
-
AutorEntradas
- Debes estar registrado para responder a este debate.