When we have had problems it was easier to dump database to sql statements, drop database, recreate with media wiki setup with all correct settings and restore the data without drop table instructions.
This worked for us in the past anyway. On Thu, Mar 11, 2010 at 9:14 AM, Javier Bezos <[email protected]> wrote: > I wrote: > > > $searchon = $this->db->strencode( $searchon ); > > by > > $searchon = $this->db->strencode( $wgContLang->lc ($searchon) ); > > > > words are found. I'm using this as a workaround, but I'm investigating > > the origin of the problem (any hints?). > > Found. The problem is in the database. For some reason they have > decided the table searchindex should have a collation using latin1 :-(. > So I repeat my second question: > > > 2) In the medium term, and with the background above, which > > is the best approach to have a "correct" database and system > > again. > > Cheers > Javier > > _______________________________________________ > MediaWiki-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > -- Regards Dave Butler butlerdi-at-gmail-dot-com Also on Skype as butlerdi Get Skype here http://www.skype.com/download.html ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com ********************************************************************** _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
