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:
authorThomas Steur <thomas.steur@gmail.com>2016-01-15 03:07:44 +0300
committerThomas Steur <thomas.steur@gmail.com>2016-01-15 03:07:44 +0300
commit54428a657ca81211f0ffdd137b724d8a01398703 (patch)
tree3f7ba2de93104ec451d6c2465fb9925a4be6605f /config
parent6d00a6a60f3d0332fa0b3d6ae5562c9339a6e962 (diff)
add possibility to specify charset when importing in batch
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 00de6ff173..afa6a03c87 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -36,6 +36,7 @@ port = 3306
adapter = PDO\MYSQL
type = InnoDB
schema = Mysql
+charset = utf8
[tests]
; needed in order to run tests.