软件工程

本类阅读TOP10

·PHP4 + MYSQL + APACHE 在 WIN 系统下的安装、配置
·Linux 入门常用命令(1)
·Linux 入门常用命令(2)
·使用 DCPROMO/FORCEREMOVAL 命令强制将 Active Directory 域控制器降级
·DirectShow学习(八): CBaseRender类及相应Pin类的源代码分析
·基于ICE方式SIP信令穿透Symmetric NAT技术研究
·Windows 2003网络负载均衡的实现
·一网打尽Win十四种系统故障解决方法
·数百种 Windows 软件的免费替代品列表
·收藏---行百里半九十

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
Bugzilla的安装

作者:未知 来源:月光软件站 加入时间:2005-5-13 月光软件站

 

一、bugzilla 2.18在Windows中的安装,可参考官方文档http://www.bugzilla.org/docs/win32install.html

二、中文支持

1、从http://sourceforge.net/projects/bugzilla-cn下载中文包bugzilla-2.18rc3-cn-0.9.rar

2、展开后将cn目录copy至\Bugzilla\template,将所有css文件覆盖到\Bugzilla\css。

注意:安装中文模板后,运行perl checksetup.pl会报错,此时将cn目录暂时删除即可通过,通过后再将cn恢复到\Bugzilla\template

三、自动发送邮件的修改

参考http://magicjl.blogdriver.com/magicjl/519994.html,手动修改九个pm文件。

四、与MySQL的兼容性问题

http://www.bugzilla.org/docs/win32install.html中,推荐使用的是MySQL 4.0.X版本,如果使用4.1.x版以上,运行时会报告用户认证出错:Client does not support authentication protocol

此时可按下面的办法修改:
1、用root用户登录进MySQL
2、使用命令:set password for 'bugs'@'localhost' = old_password('bugs用户的密码');

C:\mysql\bin>mysql --user=root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 51 to server version: 5.0.0-alpha-nt
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> set password for 'bugs'@'localhost' = old_password('bugs用户的密码');
Query OK, 0 rows affected (0.01 sec)




相关文章

相关软件