Advertisement
Guest User

Untitled

a guest
May 3rd, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. DBD::mysql::db do failed: Table 'bugs_fulltext' already exists [for Statement "CREATE TABLE bugs_fulltext (
  2. bug_id mediumint NOT NULL PRIMARY KEY,
  3. short_desc varchar(255) NOT NULL,
  4. comments mediumtext,
  5. comments_noprivate mediumtext
  6. ) ENGINE = MYISAM "] at Bugzilla/DB.pm line 660
  7. Bugzilla::DB::_bz_add_table_raw('Bugzilla::DB::Mysql=HASH(0x399bcd0)', 'bugs_fulltext') called at Bugzilla/DB.pm line 626
  8. Bugzilla::DB::bz_add_table('Bugzilla::DB::Mysql=HASH(0x399bcd0)', 'bugs_fulltext') called at Bugzilla/DB.pm line 422
  9. Bugzilla::DB::bz_setup_database('Bugzilla::DB::Mysql=HASH(0x399bcd0)') called at Bugzilla/DB/Mysql.pm line 573
  10. Bugzilla::DB::Mysql::bz_setup_database('Bugzilla::DB::Mysql=HASH(0x399bcd0)') called at ./checksetup.pl line 140
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement