0
Answered
What privilages does my mysql user need?
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
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
Customer support service by UserEcho
Mysql user should be able to execute "SHOW STATUS" command.
This does not required any privileges.