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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #29 from [email protected] 2011-12-21 16:01:28 UTC ---
Took me hours to figure this out, but I had to change the following in 
/includes/installer/MysqlInstaller.php

if ( preg_match( '/^latin1/', $row->Collation ) ) {
# $existingSchema = 'mysql4';
$existingSchema = 'binary';


And now the update worked - I still have to check if everything's correct.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
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