In our matomo instance, we have two errors in the system check:
Both
CREATE TEMPORARY TABLES
and
LOAD DATA INFILE
seem to be not set.
But if I check in MariaDB itself:
±-----------------------------------------------------------------------------------------------------+
| Grants for matomo@% |
±-----------------------------------------------------------------------------------------------------+
| GRANT FILE ON . TO matomo
@%
IDENTIFIED BY PASSWORD 'x’ |
| GRANT ALL PRIVILEGES ON matomo
. TO matomo
@%
|
±-----------------------------------------------------------------------------------------------------+
Everything is looking fine…?
Can you help me fixing this error?
We have 200k visits per month, so I guess it would be very helpful to get it to work.
Matomo and MariaDB are each running in their own containers in our on prem k8s.
2 posts - 2 participants