Joomla安装过程中MySQL出现错误

数据库等信息都填写完成开始安装时,出现如下错误提示:YouhaveanerrorinyourSQLsyntax;checkthemanualthatcorresponds... 数据库等信息都填写完成开始安装时,出现如下错误提示:

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 AUTO_INCREMENT=12' at line 29 SQL=CREATE TABLE `jo_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` int(10) unsigned NOT NULL DEFAULT '0', `description` text NOT NULL, `sticky` tinyint(1) unsigned NOT NULL DEFAULT '0', `ordering` int(11) 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, `params` text NOT NULL, PRIMARY KEY (`bid`), KEY `viewbanner` (`showBanner`), KEY `idx_banner_catid` (`catid`) ) TYPE=MyISAM AUTO_INCREMENT=12

希望有Joomla和MySQL经验的朋友帮忙解答一下,谢谢!
安装环境是Windows 7 Ultimate 64bit,MySQL版本为:mysql-5.5.8-winx64,Joomla版本:1.5
展开
 我来答
飞鲨
2011-01-04
知道答主
回答量:6
采纳率:0%
帮助的人:0
展开全部
这个脚本在 mysql 5.0 的版本下执行没有问题 。

由于你的版本是 5.5, mysql 的特性修改了。

所以出现错误提示。

MySQL 5.5.x has depreciated the table_type_option construct of TYPE and has replaced it with ” ENGINE ”

MySQL 5.5.x已经将TYPE这个table_type_option以ENGINE替代.

进入Joomla的安装路径, 比如 /data0/htdocs/joomla/installation/sql/mysql

找到joomla.sql这个文件, 使用文本编辑器打开, 将所有的TYPE=MyISAM替换为ENGINE=MyISAM, 然后在joomla安装页面继续就可以了。

主要是mysql 数据库的调整所致。

参考资料: http://www.ossez.com/viewthread.php?tid=6442&fromuid=426

推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式