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 <tsteur@users.noreply.github.com>2015-08-14 10:53:42 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2015-08-14 10:53:42 +0300
commit03f6bc79deb7dcc380445bb1e184626a576fff1e (patch)
tree9ab0525997e356658515bce1ca6f439de7a6acf3 /config
parenteb4e4fd6cc93936c05da3a1ef51faf69b1eee126 (diff)
parentb2fc257870f56f3e45fe9ebbdf9585e27370ad82 (diff)
Merge pull request #8455 from piwik/6497
Set database charset utf-8 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 ba88a53e29..9fc7064a9b 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