Quantcast
Channel: Support & Bugs - Matomo forums
Viewing all articles
Browse latest Browse all 5712

Matomo missing privileges in MariaDB

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 5712

Trending Articles