jforum 安装报错
1遇到安装报404安装包解压名称问题
jforum-2.1.9重命名jforum
2没创建数据库
手动创建一个
3You 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=InnoDB’ at line 1
将\jforum-2.1.9\WEB-INF\config\database\mysql中\mysql_db_struct.sql中的“TYPE=InnoDB”修改为“ENGINE=InnoDB”
4没图片
5 执行sql脚本出错
INSERT INTO jforum_topics VALUES (1,1,‘Welcome to JForum’,2,‘2005-01-04 16:59:54’,1,0,0,0,0,1,1,0,0,0);
少一位
修改mysql_data_dump.sql文件
jforum环境遇到的问题
最新推荐文章于 2024-10-13 11:34:07 发布