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 04:06:29 +0400
committermattab <matthieu.aubry@gmail.com>2013-12-27 04:06:29 +0400
commit1894442934c0061e03d8e39a0748dbb0fc8c7620 (patch)
treeee0f79362c53540b24fa2ba187d3fa62fa3e47cb /config
parent9ebbc7e1ad1af11e923bdefc5dd588781d87fed7 (diff)
Adding config setting to explicitely disable LOAD DATA INFILE to prevent error when doing mysql replication on AWS Fixes #4358
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 9cd522a410..20cf73580d 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -357,6 +357,10 @@ enable_marketplace = 1
; absolute path to the chroot environment. eg. '/path/to/piwik/chrooted/'
absolute_chroot_path =
+; In some rare cases it may be useful to explicitely tell Piwik not to use LOAD DATA INFILE
+; This may for example be useful when doing Mysql AWS replication
+enable_load_data_infile = 1
+
[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