Comment 2 for bug 1012058

Revision history for this message
sviperll (asviraspossible) wrote :

The problem was default-character-set setting in mysqld section of my mysql configuration file:

    [mysqld]
    default-character-set=utf8

Due to upstream changes in MySQL it should be replaced with character-set-server setting:

    [mysqld]
    character-set-server=utf8