Last modified: 2014-02-12 23:32:51 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T50608, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 48608 - A minor error in maintenance/tables.sql still exist.
A minor error in maintenance/tables.sql still exist.
Status: RESOLVED DUPLICATE of bug 47191
Product: MediaWiki
Classification: Unclassified
Database (Other open bugs)
1.20.x
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-05-19 01:00 UTC by zoglun
Modified: 2014-02-12 23:32 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description zoglun 2013-05-19 01:00:59 UTC
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
Comment 1 zoglun 2013-05-19 01:02:03 UTC
Change line in File: maintenance/tables.sql
Comment 2 Kevin Israel (PleaseStand) 2013-05-20 07:37:53 UTC

*** This bug has been marked as a duplicate of bug 47191 ***

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links