Etherpad requires 4byte utf8 charset
Change-Id: I284f7dca1a71ebe2065253822aeaea268e316712
This commit is contained in:
parent
872d388f6a
commit
2a78b958c7
@ -21,7 +21,7 @@ class etherpad_lite::mysql(
|
||||
password => $database_password,
|
||||
host => 'localhost',
|
||||
grant => ['all'],
|
||||
charset => 'utf8',
|
||||
charset => 'utf8mb4',
|
||||
require => [
|
||||
Class['mysql::server'],
|
||||
Class['mysql::server::account_security'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user