[
https://issues.apache.org/jira/browse/OPENMEETINGS-1493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15605229#comment-15605229
]
nikolay commented on OPENMEETINGS-1493:
---------------------------------------
This issue resolved.
Before creating local DB change the /etc/my.cnf.d/server.cnf file:
[mysqld]
...
skip-character-set-client-handshake
collation-server=utf8_unicode_ci
character-set-server=utf8
Then ... create the local DB:
CREATE DATABASE om313 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
That's all.
Best regards
Nikolay
> Cyrillic encoding
> -----------------
>
> Key: OPENMEETINGS-1493
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1493
> Project: Openmeetings
> Issue Type: Task
> Affects Versions: 3.1.3
> Environment: Centos 7
> Reporter: nikolay
> Assignee: Maxim Solodovnik
>
> Hi,
> Openmeetings 3.1.3 has been installed on Centos 7.
> MariaDB was created by command - CREATE DATABASE om313 DEFAULT CHARACTER SET
> 'utf8'.
> LANG="ru_RU.UTF-8" is used as locale on Centos 7.
> All records in MariaDB have symbols ???????? instead of russian ones.
> If I change the records in DB directly (manually) all russian DB-fields look
> in OM web interface correctly.
> I think something is wrong by recording data into MariaDB.
> Where?
> Whether anybody knows where is problem?
> Thanks.
> Regards
> Nikolay
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)