Merge "mariadb: use utf8_general_ci collation as default"

This commit is contained in:
Zuul
2020-06-06 05:17:01 +00:00
committed by Gerrit Code Review

View File

@@ -303,7 +303,7 @@ conf:
[mysqld]
# Charset
character_set_server=utf8
collation_server=utf8_unicode_ci
collation_server=utf8_general_ci
skip-character-set-client-handshake
# Logging