From 73b46e41fb5e468f5855caa23772957f3c35a5d1 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Thu, 9 Jun 2016 11:50:22 +0200 Subject: [PATCH] added utf8 collation --- customer/bkk-vbu/common.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/customer/bkk-vbu/common.yaml b/customer/bkk-vbu/common.yaml index 8c90ca2c..f8b0cd76 100644 --- a/customer/bkk-vbu/common.yaml +++ b/customer/bkk-vbu/common.yaml @@ -35,6 +35,12 @@ repo::remi_php56: true nodejs::repo_url_suffix: '4.x' +mysql::server::override_options: + mysqld: + bind-address: 0.0.0.0 + character-set-server: utf8 + collation-server: utf8_general_ci + php::extensions: gd: {} opcache: {} -- 2.39.5