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

How do I get LOAD DATA INFILE to work on my server? #10732

Closed
pBartels opened this issue Oct 12, 2016 · 1 comment
Closed

How do I get LOAD DATA INFILE to work on my server? #10732

pBartels opened this issue Oct 12, 2016 · 1 comment
Labels
answered For when a question was asked and we referred to forum or answered it. Bug For errors / faults / flaws / inconsistencies etc. c: Performance For when we could improve the performance / speed of Matomo.

Comments

@pBartels
Copy link

http://piwik.org/faq/troubleshooting/#faq_194 describes what to do if the system report warns that LOAD DATA INFILE is not usable.

In fact, LOAD DATA INFILE does work on our infrastructure but it seems piwik is not passing the appropiate client flags to mysql_connect, when connecting to the mysql server.
see http://php.net/manual/de/mysql.constants.php#mysql.client-flags and http://dev.mysql.com/doc/refman/5.7/en/load-data-local.html#c5457

Passing the correct client flags during connection would allow the usage of LOAD DATA LOCAL INFILE.

Thanks.

@mattab mattab added this to the 3.0.0 milestone Nov 12, 2016
@mattab mattab added c: Performance For when we could improve the performance / speed of Matomo. Bug For errors / faults / flaws / inconsistencies etc. labels Nov 12, 2016
@mattab
Copy link
Member

mattab commented Dec 10, 2023

Thanks for contributing to this issue. As it has been a few months since the last activity and we believe this is likely not an issue anymore, we will now close this. If that's not the case, please do feel free to either reopen this issue or open a new one. We will gladly take a look again!

See also: https://matomo.org/faq/troubleshooting/faq_194/

@mattab mattab closed this as not planned Won't fix, can't repro, duplicate, stale Dec 10, 2023
@sgiehl sgiehl added the answered For when a question was asked and we referred to forum or answered it. label Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it. Bug For errors / faults / flaws / inconsistencies etc. c: Performance For when we could improve the performance / speed of Matomo.
Projects
None yet
Development

No branches or pull requests

3 participants