|
我按照网上的步骤在linux下安装了bugzilla和mysql但在./checksetup.pl时报了下面的错,请问各位高手有没有碰到这种问题 如何解决的?
<h1>Software error:</h1>
<pre>DBD::mysql::st execute failed: Table 'bugs.bugs' doesn't exist [for Statement "SHOW INDEX FROM bugs"] at Bugzilla/DB/Mysql.pm line 634
Bugzilla::DB::Mysql::bz_index_info_real('Bugzilla::DB::Mysql=HASH(0x3d34800)', 'bugs', 'assigned_to') called at Bugzilla/DB/Mysql.pm line 297
Bugzilla::DB::Mysql::bz_setup_database('Bugzilla::DB::Mysql=HASH(0x3d34800)') called at ./checksetup.pl line 1601
</pre>
<p>
For help, please send mail to this site's webmaster, giving this error message
and the time and date of the error.
</p>
[Wed Jul 26 13:29:42 2006] checksetup.pl: DBD::mysql::st execute failed: Table 'bugs.bugs' doesn't exist [for Statement "SHOW INDEX FROM bugs"] at Bugzilla/DB/Mysql.pm line 634
[Wed Jul 26 13:29:42 2006] checksetup.pl: Bugzilla::DB::Mysql::bz_index_info_real('Bugzilla::DB::Mysql=HASH(0x3d34800)', 'bugs', 'assigned_to') called at Bugzilla/DB/Mysql.pm line 297
[Wed Jul 26 13:29:42 2006] checksetup.pl: Bugzilla::DB::Mysql::bz_setup_database('Bugzilla::DB::Mysql=HASH(0x3d34800)') called at ./checksetup.pl line 1601 |
|