I want o create a new MySQL user for logrotate
and it needs to be able to run FLUSH LOGS
, but doesn't need any other privileges as far as I can tell.
What is the minimum mysql privileges I need to give to this user in order to access FLUSH LOGS
?
I am using Mysql 5.7.29
if it matters.