51Testing软件测试论坛

标题: 急!!!mantis-1.2.0a2上建立用户出错 [打印本页]

作者: all_time    时间: 2008-11-25 17:57
标题: 急!!!mantis-1.2.0a2上建立用户出错
在create 用户时出现:

APPLICATION ERROR #401
Database query failed. Error received from database was #1366: Incorrect string value: '\xB8\xFA\xD7\xD9\xB9\xDC...' for column 'subject' at row 1 for the query: INSERT INTO mantis_email_table
( email,
subject,
body,
submitted,
metadata)
VALUES
( ?,
?,
?,
?,
?
)

怎么解决?
作者: havards    时间: 2008-11-26 08:44
应该是你的数据库没建,http://localhost/mantis/admin/install.php 执行一遍应该就OK了
作者: all_time    时间: 2008-11-26 09:48
是执行了后,提示出错的
作者: coolslob    时间: 2008-11-26 14:55
数据库编码问题,将那些字段的编码该为utf8

一般的做法是:将数据库导出,然后将所有编码替换为utf8,然后将脚本重新执行一遍。
作者: all_time    时间: 2008-11-27 15:47
非常感谢




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2