https://bugzilla.wikimedia.org/show_bug.cgi?id=48608

       Web browser: ---
            Bug ID: 48608
           Summary: A minor error in tables.sql still exist.
           Product: MediaWiki
           Version: 1.20.5
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Database
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

When set up new Mediawiki, if the database is InnoDB and binary. it reply:
1283: Column 'si_title' cannot be part of FULLTEXT index (localhost)

A sloution gave by Nitrobytes in mediawiki.org Support desk can solve this
problem.

Change line #1120(#1126 in mediaiwki 1.20.5) from:

    ) ENGINE=MyISAM; 

to:
   ) ENGINE=MyISAM COLLATE='utf8_general_ci'; 

http://www.mediawiki.org/wiki/Thread:Project:Support_desk/I_just_instill_whole_new_kloxo_on_lindoe_VPS,_Then_I_got_this%EF%BC%9A

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to