Skip to content

Commit 37d9bb4

Browse files
authored
Change server collation to utf8_unicode_ci
For correct sorting of tables with e.g. german umlauts and ß it is recommended to use the server collation utf8_unicode_ci instead of utf8_general_ci.
1 parent dea6208 commit 37d9bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/mysql/conf/mysql-docker.cnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Charset
55

66
character-set-server=utf8
7-
collation-server=utf8_general_ci
7+
collation-server=utf8_unicode_ci
88

99
#################################################
1010
## Buffers

0 commit comments

Comments
 (0)