From: Sebastian Harl Date: Tue, 22 Feb 2011 09:17:46 +0000 (+0100) Subject: collectd.conf(5): Mention MySQL privileges required for repl stats. X-Git-Tag: collectd-4.9.5~5 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=c3f21e9b5b5f4955c9cb95f112e33ad1b85e92c6 collectd.conf(5): Mention MySQL privileges required for repl stats. --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 48a1e73c..13b85f3c 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1660,8 +1660,10 @@ Hostname of the database server. Defaults to B. =item B I Username to use when connecting to the database. The user does not have to be -granted any privileges (which is synonym to granting the C privilege). -Any existing MySQL user will do. +granted any privileges (which is synonym to granting the C privilege), +unless you want to collectd replication statistics (see B and +B below). In this case, the user needs the C +(or C) privileges. Else, any existing MySQL user will do. =item B I @@ -1693,7 +1695,9 @@ C function for details. =item B I -Enable the collection of master / slave statistics in a replication setup. +Enable the collection of master / slave statistics in a replication setup. In +order to be able to get access to these statistics, the user needs special +privileges. See the B documentation above. =item B I