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:
authormattab <matthieu.aubry@gmail.com>2014-02-05 05:07:15 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-05 05:07:15 +0400
commit36a9626f8151236cd1249815ba5ecf833ec644ce (patch)
tree2603a9af66c6ee69dce83ca9e2a8e7b5612caedf /config
parentb104b4b4044d7566ba00b568bf70c141dd76ba03 (diff)
Streamline config. fixes #4611
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index df84a0e3a4..1b3462453f 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -20,6 +20,7 @@ tables_prefix =
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.
@@ -35,6 +36,7 @@ tables_prefix = piwiktests_
port = 3306
adapter = PDO_MYSQL
type = InnoDB
+schema = Mysql
[log]
; possible values for log: screen, database, file