Errors when DB user does not have "SUPER" privilege
-
Hello,
Thank you for sharing your software.
We use this on a site that also uses NewRelic’s great reporting service. NewRelic reports “errors” in 87% of requests. Turns out it traces back to WordFence
In lib/wfDB.php, line 65: $this->queryIgnoreError(“SET GLOBAL max_allowed_packet=256*1024*1024”);
This can not work if my DB user does not have the “SUPER” privilege, which I am not keen on giving, since I do not know the implications.
I was wondering what you think of that, whether you already knew about this problem, and whether you think it is a problem worth solving, or is it safe to ignore it.
Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Errors when DB user does not have "SUPER" privilege’ is closed to new replies.