docs: update MySQL recommendations for unicode compliance

Fixes #5151
pull/299/head
Francis Lachapelle 2021-06-17 14:12:40 -04:00
parent 134502223e
commit 976579356d
1 changed files with 4 additions and 4 deletions

View File

@ -1571,7 +1571,7 @@ Requirements:
* SOGo >= 3.1.0
Strongly suggested MySQL configuration settings (innodb* parameters are
mandatory):
mandatory *only* for versions lower than 8.0):
----
[client]
@ -1584,9 +1584,9 @@ default-character-set = utf8mb4
character-set-client-handshake = FALSE
character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci
innodb_file_per_table = TRUE
innodb_file_format = barracuda
innodb_large_prefix = TRUE
innodb_file_per_table = TRUE # MySQL < 8.0 only
innodb_file_format = barracuda # MySQL < 8.0 only
innodb_large_prefix = TRUE # MySQL < 8.0 only
----
CAUTION: Changing InnoDB parameters on an already deployed database server can