# HG changeset patch
# User Marian Marinov <[email protected]>
# Date 1267191536 -7200
# Branch mysql-ms
# Node ID c6bc95f4dfff0d97ec7aaf98c811168c38153ace
# Parent 435f3775df694592d1233eeddfb55ea6ae76199e
Low: RA: mysql-ms: Added more information for the replication_user var
Updated the long desription of replication_user variable. Added
more information about what it is used for.
diff -r 435f3775df69 -r c6bc95f4dfff heartbeat/mysql
--- a/heartbeat/mysql Fri Feb 26 14:06:46 2010 +0100
+++ b/heartbeat/mysql Fri Feb 26 15:38:56 2010 +0200
@@ -245,7 +245,10 @@
<parameter name="replication_user" unique="0" required="0">
<longdesc lang="en">
-MySQL replication user. Used for replication client and slave.
+MySQL replication user. This user is used for the replication and
+for determing the master log and position. Because of that, this
+user should have REPLICATION CLIENT and REPLICATION SLAVE privileges
+on all nodes within the cluster.
</longdesc>
<shortdesc lang="en">MySQL replication user</shortdesc>
<content type="string" default="${OCF_RESKEY_replication_user_default}" />
_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/