fanxudong 发表于 2011-6-24 09:00:01

bugzilla报错问题!!!

本帖最后由 fanxudong 于 2011-6-24 09:02 编辑

在windows 2003下安装bugzilla,登录bugzilla要配置邮箱,但是输入用户名和密码单击登录后出现了错误页面,这个是什么原因?怎么解决?   
报错信息:
Software error:
DBI connect('host=localhost;database=bugs;port=3306','bugs',...) failed: Access denied for user: 'bugs@localhost' (Using password: YES) at C:/Perl/site/lib/DBI.pm line 592
      DBI::__ANON__('undef', 'undef') called at C:/Perl/site/lib/DBI.pm line 643
      DBI::connect('DBI', 'DBI:mysql:host=localhost;database=bugs;port=3306', '', '', 'HASH(0x1ccd970)') called at Bugzilla/DB.pm line 146
      Bugzilla::DB::_connect('DBI:mysql:host=localhost;database=bugs;port=3306') called at Bugzilla/DB.pm line 138
      Bugzilla::DB::connect_main() called at Bugzilla.pm line 142
      Bugzilla::dbh('Bugzilla') called at Bugzilla/Auth/DB.pm line 68
      Bugzilla::Auth::DB::get_id_from_username('Bugzilla::Auth', 'bugs@localhost') called at Bugzilla/Auth/DB.pm line 45
      Bugzilla::Auth::DB::authenticate('Bugzilla::Auth', 'bugs@localhost', 123456) called at Bugzilla/Auth/CGI.pm line 55
      Bugzilla::Auth::CGI::login('Bugzilla::Auth::CGI', 2) called at Bugzilla.pm line 74
      Bugzilla::login('Bugzilla', 2) called at C:\Bugzilla\query.cgi line 58
at Bugzilla/DB.pm line 146

For help, please send mail to this site's webmaster, giving this error message and the time and date of the error.

query.cgi: DBI connect('host=localhost;database=bugs;port=3306','bugs',...) failed: Access denied for user: 'bugs@localhost' (Using password: YES) at C:/Perl/site/lib/DBI.pm line 592 query.cgi: DBI::__ANON__('undef', 'undef') called at C:/Perl/site/lib/DBI.pm line 643 query.cgi: DBI::connect('DBI', 'DBI:mysql:host=localhost;database=bugs;port=3306', '', '', 'HASH(0x1ccd970)') called at Bugzilla/DB.pm line 146 query.cgi: Bugzilla::DB::_connect('DBI:mysql:host=localhost;database=bugs;port=3306') called at Bugzilla/DB.pm line 138 query.cgi: Bugzilla::DB::connect_main() called at Bugzilla.pm line 142 query.cgi: Bugzilla::dbh('Bugzilla') called at Bugzilla/Auth/DB.pm line 68 query.cgi: Bugzilla::Auth::DB::get_id_from_username('Bugzilla::Auth', 'bugs@localhost') called at Bugzilla/Auth/DB.pm line 45 query.cgi: Bugzilla::Auth::DB::authenticate('Bugzilla::Auth', 'bugs@localhost', 123456) called at Bugzilla/Auth/CGI.pm line 55 query.cgi: Bugzilla::Auth::CGI::login('Bugzilla::Auth::CGI', 2) called at Bugzilla.pm line 74 query.cgi: Bugzilla::login('Bugzilla', 2) called at C:\Bugzilla\query.cgi line 58 query.cgi: at Bugzilla/DB.pm line 146
页: [1]
查看完整版本: bugzilla报错问题!!!