0
Answered

What privilages does my mysql user need?

Michael Hall 10 years ago updated by Ilya (Here to help) 9 years ago 2
Hiya

I am creating a mysql user specifically for monitoring as we do not wish to use root. What privilages do you reccomend for this?

Mike
Under review
Hello.
Mysql user should be able to execute "SHOW STATUS" command.
This does not required any privileges.