Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2020-05-17 23:39:32 +0300
committerGitHub <noreply@github.com>2020-05-17 23:39:32 +0300
commitb6ace0e06c2ef3f8f98ac55feb934ebe0d304107 (patch)
treef257e7b38af89a61c4e15e8aef2a854882676570 /config
parentd89c2b7fb4b295542204cd5d81c35f79b5c93489 (diff)
Use utf8mb4 character set if possible (#15618)
Diffstat (limited to 'config')
-rwxr-xr-xconfig/global.ini.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 8a76434ca8..0097c19187 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -67,7 +67,7 @@ port = 3306
adapter = PDO\MYSQL
type = InnoDB
schema = Mysql
-charset = utf8
+charset = utf8mb4
enable_ssl = 0
ssl_ca =
ssl_cert =