I’m setting up Matomo for the first time. When running cron I see a lot of errors related to LOAD DATA LOCAL INFILE as this is not configured. If I don’t want to use this facility how do I stop Matomo from doing it and use alternative internal processing instead? I can’t see a config option for this (or support in the code)
1 Like
See:
If you still cannot make LOAD DATA INFILE work, you can disable this feature completely. This is not recommended for medium to high traffic Matomo where this feature should be enabled. To disable LOAD DATA INFILE add to your config.ini.php file under
[General]
section:enable_load_data_infile=0
1 Like