Bugzilla的安装

王朝other·作者佚名  2006-01-09
宽屏版  字体: |||超大  

一、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)

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
© 2005- 王朝网络 版权所有