On 2.05.2025 10:00, Matthew J Black wrote:
I am going to assume - and please correct me if I am wrong - that the *required* privileges are:
- DELETE, INSERT, SELECT, and UPDATE
You will need also SHOW VARIABLES. I'm not sure there's a privilege for that. It should be enough for normal operations.
However schema initialization/update scripts use CREATE|DROP|ALTER|TRUNCATE TABLE, which may be done from core as well as on plugins' initialization/updates.