From: Thomas Heller Date: Thu, 9 Jun 2016 09:50:22 +0000 (+0200) Subject: added utf8 collation X-Git-Tag: v0.1.0~4712^2~16 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=73b46e41fb5e468f5855caa23772957f3c35a5d1;p=pixelpark%2Fhiera.git added utf8 collation --- 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: {}