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>2013-12-27 03:50:14 +0400
committermattab <matthieu.aubry@gmail.com>2013-12-27 03:50:14 +0400
commit41ec2a5feb7f777474a898db7df19c7d31f7f015 (patch)
tree9d93fe6769716df163f56855014d3ea01c3957c4 /config
parent0fb5dd63cbdeee19904c0a6a5dcfab3624a8b4dd (diff)
Adding option to set the chroot path in the config file so that the load data infile works Fixes #4442
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index a510005062..9cd522a410 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -352,6 +352,11 @@ overlay_disable_framed_mode = 0
; the access to disk and install custom PHP code (Piwik plugins).
enable_marketplace = 1
+; If php is running in a chroot environment, when trying to import CSV files with createTableFromCSVFile(),
+; Mysql will try to load the chrooted path (which is imcomplete). To prevent an error, here you can specify the
+; absolute path to the chroot environment. eg. '/path/to/piwik/chrooted/'
+absolute_chroot_path =
+
[Tracker]
; Piwik uses first party cookies by default. If set to 1,
; the visit ID cookie will be set on the Piwik server domain as well