ERROR OCCUR TO /bugfree/install.php

使用Xampp方式安装bugfree,在点击“安装全新的Bugfree2”链接开始安装,出现如下错误:

ERROR OCCUR TO /bugfree/install.php:
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 DEFAULT CHARSET=UTF8' at line 54

解决方法:

修改:\xampp\htdocs\bugfree\Schema.php文件,将TYPE=MyISAM 替换为 ENGINE=MyISAM

 

本文出自 “叶子文文” 博客,谢绝转载!

你可能感兴趣的:(error,bugfree)