How to disable LOAD DATA INFILE

My hoster does not allow LOAD DATA INFILE or LOAD DATA LOCAL INFILE due to security concerns and Matomo seems to run fine without it.

But I’d like to disable the warning about missing database abilities in the System Check. According to the FAQ I put the setting enable_load_data_infile=0 in the config.ini.php but the warning still appears.

Is there another step necessary to remove this warning from the System Check?

I’m in a similar boat. Would love the ability to disable this warning from the System Check report.

Hi,

It is possible to ignore/hide system check entries:

The check responsible for LOAD DATA INFILE is Piwik\Plugins\Diagnostics\Diagnostic\DatabaseAbilitiesCheck. But keep in mind that this also removes the check for Utf8mb4, TemporaryLabels and Transaction check.

Also I just noticed that the check is already hidden if you set enable_load_data_infile=0 (this was added in Matomo 4 after @progger commented above)