olafz / percona-clustercheck

Script to make a proxy (ie HAProxy) capable of monitoring Percona XtraDB Cluster nodes properly. The clustercheck script is distributed under the BSD license.
BSD 3-Clause "New" or "Revised" License
173 stars 108 forks source link

GRANT PROCESS not necessary #36

Open tvdijen opened 8 months ago

tvdijen commented 8 months ago

An auditor pointed out to me that GRANT PROCESS is unnecessary for the two SQL-queries executed by this script. Any unprivileged user can execute them.

This is probably a relic from the past, but the README should be adjusted to remove the GRANT PROCESS-lines and replace them with GRANT USAGE.