Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load data infile support enable PHP ini setting automatically #15548

Open
tsteur opened this issue Feb 10, 2020 · 0 comments
Open

Load data infile support enable PHP ini setting automatically #15548

tsteur opened this issue Feb 10, 2020 · 0 comments
Labels
c: Performance For when we could improve the performance / speed of Matomo. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.

Comments

@tsteur
Copy link
Member

tsteur commented Feb 10, 2020

see #11088 (comment)

see https://www.php.net/manual/en/mysqli.configuration.php since PHP 7.2.16 / 7.3.3 this setting is disabled by default and needs to be enabled for load data infile to work.

When mysqli is used, and we are about to try load data infile we could try to enable this setting automatically.

mysqli.allow_local_infile = On / 1

If that works, would need to remove that section from the faq https://matomo.org/faq/troubleshooting/#faq_194

@tsteur tsteur added Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. c: Performance For when we could improve the performance / speed of Matomo. labels Feb 10, 2020
@tsteur tsteur added this to the Backlog (Help wanted) milestone Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: Performance For when we could improve the performance / speed of Matomo. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

1 participant