发新话题
打印

[Bug] 本地安装到第二步出错大家来看看,所有的都是!!!

本地安装到第二步出错大家来看看,所有的都是!!!

上传空间安装正常,本地如果不选择安装样本数据也正常,一但选择就会出现数据库插入数据出错!
无法继续安装。SQL=Data too long for column 'title' at row 1:
- - - - - - - - - -
INSERT INTO `mos_categories` VALUES (3, 0, '新闻快讯', '新闻快讯', '', '2', 'left', '<strong><em>:: Explanatory Note</em></strong> -- <em>This </em><em>Category, </em><em>and its parent </em><em>Section, </em><em>are not linked\r\nto any menu and therefore are directly viewable on the front end of the\r\nwebsite. Rather the Content Items contained inside this Category are only used to feed items into the NewFlash Module. <u>See also</u>, MODULES>SITE MODULES>NEWSFLASH <strong> </strong></em><strong>::</strong>', 1, 0, '0000-00-00 00:00:00', '', 1, 0, 0, '')
= = = = = = = = = =

SQL=Data too long for column 'name' at row 1:
- - - - - - - - - -
# Dumping data for table `mos_contact_details`

INSERT INTO `mos_contact_details` VALUES (1, '姓名', '职位', '街
等等
请问这是怎么回事,

本机环境III6+php516+mysql5.0.22
phpwind dz 帝国,等等都没有出现问题

TOP

字段的值超长了吧,用 Mysql4.0 没问题。
不过奇怪得很,有些人用 mysql5.0 没问题,有些则有问题,不知道什么原因

TOP

MYSQL语言设置问题,本地安装,再上传数据库就应该没问题了。

TOP

发新话题