发新话题
打印

安装时,到数据库时会提示错误。

安装时,到数据库时会提示错误。

错误内容:
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' at line 14

错误代码: 1064

文件: http://localhost/weenCompany/install/model.php

我的本地调试环境是:WampServer 集成环境。

TOP

MySQL版本太高,估计是5.3.0以上版本。这些版本不支持'TYPE=MyISAM'

使用较低版本的MySQL, 或者搜索全站程序,将'TYPE=MyISAM' 替换成'ENGINE=MyISAM'
weenCompany项目组

闻泰网络-开启你的创意生活!

TOP

哦,好的,谢谢~~~

TOP

发新话题
最近访问的版块