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>2015-07-29 14:11:28 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-07-29 14:11:28 +0300
commitb2fc257870f56f3e45fe9ebbdf9585e27370ad82 (patch)
tree650616ef83a9e7586300094d807f4b33d80ca3f5 /config
parent08fa53b99fa94ad51112288487c6bcb950474dfa (diff)
refs #6497 always set a charset by default
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 0c0c736e37..f8b5f5dbf7 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -21,11 +21,10 @@ port = 3306
adapter = PDO\MYSQL
type = InnoDB
schema = Mysql
-
; if charset is set to utf8, Piwik will ensure that it is storing its data using UTF8 charset.
; it will add a sql query SET at each page view.
-; Piwik should work correctly without this setting.
-;charset = utf8
+; Piwik should work correctly without this setting but we recommend to have a charset set.
+charset = utf8
[database_tests]
host = localhost