Huib! wrote: > Hi, > > from within function "LinkHolderArray::replaceInternal". MySQL returned > error "1271: Illegal mix of collations for operation ' IN ' (192.168.0.100)" > > > I was wondering what causes this error, and how can I fix it. > > Best regards,
You chose a different collation on upgrade, and the new table was created with a different collation, in such a way that it rejects joining the new table with the old one. _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
