Etherpad requires 4byte utf8 charset

Change-Id: I284f7dca1a71ebe2065253822aeaea268e316712
This commit is contained in:
Spencer Krum 2015-11-12 08:50:04 -08:00
parent 872d388f6a
commit 2a78b958c7
1 changed files with 1 additions and 1 deletions

View File

@ -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'],