Fix utf8 4 byte collation method
The default collate method used by the mysql puppet module is not compatbile with our 4 byte encoding. Update the collate method to match the 4 byte encoding. Change-Id: I8f65316ba609ecf30c9797d631bdeb4a083b16ce
This commit is contained in:
parent
1348e723d2
commit
d157f7c1a8
@ -23,6 +23,7 @@ class etherpad_lite::mysql(
|
|||||||
host => 'localhost',
|
host => 'localhost',
|
||||||
grant => ['all'],
|
grant => ['all'],
|
||||||
charset => 'utf8mb4',
|
charset => 'utf8mb4',
|
||||||
|
collate => 'utf8mb4_unicode_ci',
|
||||||
require => [
|
require => [
|
||||||
Class['mysql::server'],
|
Class['mysql::server'],
|
||||||
Class['mysql::server::account_security'],
|
Class['mysql::server::account_security'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user