Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. Checking for DBD-mysql (v2.9003) ok: found v4.012
  2. Checking for MySQL (v4.1.2) ok: found v5.1.41-3ubuntu12.6
  3.  
  4. Adding new table component_cc ...
  5. DBD::mysql::db do failed: Table 'component_cc' already exists [for Statement "CREATE TABLE component_cc (
  6. user_id mediumint NOT NULL,
  7. component_id smallint NOT NULL
  8. ) ENGINE = MYISAM CHARACTER SET utf8"] at Bugzilla/DB.pm line 595
  9. Bugzilla::DB::_bz_add_table_raw('Bugzilla::DB::Mysql=HASH(0x3993c30)', 'component_cc') called at Bugzilla/DB.pm line 570
  10. Bugzilla::DB::bz_add_table('Bugzilla::DB::Mysql=HASH(0x3993c30)', 'component_cc') called at Bugzilla/DB.pm line 413
  11. Bugzilla::DB::bz_setup_database('Bugzilla::DB::Mysql=HASH(0x3993c30)') called at Bugzilla/DB/Mysql.pm line 469
  12. Bugzilla::DB::Mysql::bz_setup_database('Bugzilla::DB::Mysql=HASH(0x3993c30)') called at ./checksetup.pl line 144
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement