- Server operating system version
- Ubuntu 18.04.5 LTS
- Plesk version and microupdate number
- Plesk Obsidian
Hello all!
I'm going crazy. I need to enable this feature to get Matomo software working smoothly with a high traffic volume. I have configured the db user to get FILE permissions and it works only when I enter into mysql from SSH and run this instruction:
But, after a reboot, I lose the changes and the "local_infile" global var goes to "OFF" again.
I have added this lines to the my.cnf too:
Nothing works. It only works when I enter into mysql from SSH and run "SET GLOBAL local_infile = 1;", but after a reboot ("service mysql restart"), the global local-inline resets to "OFF".
Please, can anyone figure out how to get this config permanently on a Plesk-Ubuntu server?
Thanks!
I'm going crazy. I need to enable this feature to get Matomo software working smoothly with a high traffic volume. I have configured the db user to get FILE permissions and it works only when I enter into mysql from SSH and run this instruction:
Code:
SET GLOBAL local_infile = 1;
But, after a reboot, I lose the changes and the "local_infile" global var goes to "OFF" again.
I have added this lines to the my.cnf too:
Code:
[client]
local-infile = 1
[client-mariadb]
local-infile = 1
[mysql]
local-infile = 1
[mariadb]
local-infile = 1
[mariadb-10.1]
local-infile = 1
Nothing works. It only works when I enter into mysql from SSH and run "SET GLOBAL local_infile = 1;", but after a reboot ("service mysql restart"), the global local-inline resets to "OFF".
Please, can anyone figure out how to get this config permanently on a Plesk-Ubuntu server?
Thanks!