Author: js221926
Date: 2011-05-16 10:53:25 +0200 (Mon, 16 May 2011)
New Revision: 26232
Log:
--report-password and --report-user options (and associated variables in 5.1.24+)
are not connected with MySQL replication user privileges (Thanks, Luis!)
Modified:
trunk/dynamic-docs/command-optvars/mysqld.xml
trunk/refman-5.0/replication-options-core.xml
trunk/refman-5.1/dba-mysqld-server-core.xml
trunk/refman-5.1/replication-options-core.xml
trunk/refman-5.5/dba-mysqld-server-core.xml
trunk/refman-5.5/replication-options-core.xml
trunk/refman-5.6/dba-mysqld-server-core.xml
trunk/refman-5.6/replication-options-core.xml
trunk/refman-6.0/dba-mysqld-server-core.xml
trunk/refman-6.0/replication-options-core.xml
Modified: trunk/dynamic-docs/command-optvars/mysqld.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqld.xml 2011-05-16 05:33:38 UTC (rev 26231)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml 2011-05-16 08:53:25 UTC (rev 26232)
Changed blocks: 2, Lines Added: 6, Lines Deleted: 4; 1014 bytes
@@ -22224,8 +22224,9 @@
<name>report-password</name>
<shortdescription>
- The account password that a slave server should report to the
- master server
+ An arbitrary password that the slave server should report to the
+ master. Not the same as the password for the MySQL replication
+ user account
</shortdescription>
<types>
@@ -22288,8 +22289,9 @@
<name>report-user</name>
<shortdescription>
- The account name that a slave server should report to the master
- server
+ An arbitrary user name that a slave server should report to the
+ master. Not the same as the name used with the MySQL replication
+ user account.
</shortdescription>
<types>
Modified: trunk/refman-5.0/replication-options-core.xml
===================================================================
--- trunk/refman-5.0/replication-options-core.xml 2011-05-16 05:33:38 UTC (rev 26231)
+++ trunk/refman-5.0/replication-options-core.xml 2011-05-16 08:53:25 UTC (rev 26232)
Changed blocks: 2, Lines Added: 16, Lines Deleted: 0; 1291 bytes
@@ -1828,6 +1828,14 @@
<option role="mysqld">--show-slave-auth-info</option> option
is given.
</para>
+
+ <para>
+ Although the name of this option might imply otherwise,
+ <option>--report-password</option> is not connected to the
+ MySQL user privilege system and so is not necessarily (or even
+ likely to be) the same as the password for the MySQL
+ replication user account.
+ </para>
</listitem>
<listitem>
@@ -1881,6 +1889,14 @@
<option role="mysqld">--show-slave-auth-info</option> option
is given.
</para>
+
+ <para>
+ Although the name of this option might imply otherwise,
+ <option>--report-user</option> is not connected to the MySQL
+ user privilege system and so is not necessarily (or even
+ likely to be) the same as the name of the MySQL replication
+ user account.
+ </para>
</listitem>
<listitem>
Modified: trunk/refman-5.1/dba-mysqld-server-core.xml
===================================================================
--- trunk/refman-5.1/dba-mysqld-server-core.xml 2011-05-16 05:33:38 UTC (rev 26231)
+++ trunk/refman-5.1/dba-mysqld-server-core.xml 2011-05-16 08:53:25 UTC (rev 26232)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 2; 760 bytes
@@ -9091,9 +9091,14 @@
<para>
The value of the
- <option role="mysqld">--report-password</option> option. This
- variable was added in MySQL 5.1.24.
+ <option role="mysqld">--report-password</option> option. Not
+ the same as the password for the MySQL replication user
+ account.
</para>
+
+ <para>
+ This variable was added in MySQL 5.1.24.
+ </para>
</listitem>
<listitem>
Modified: trunk/refman-5.1/replication-options-core.xml
===================================================================
--- trunk/refman-5.1/replication-options-core.xml 2011-05-16 05:33:38 UTC (rev 26231)
+++ trunk/refman-5.1/replication-options-core.xml 2011-05-16 08:53:25 UTC (rev 26232)
Changed blocks: 2, Lines Added: 20, Lines Deleted: 4; 1883 bytes
@@ -2129,13 +2129,21 @@
<para condition="dynamic:optvar:item" role="5.1:mysqld:report-password"/>
<para>
- The account password of the slave to be reported to the master
- during slave registration. This value appears in the output of
- <literal role="stmt">SHOW SLAVE HOSTS</literal> on the master
- server if the
+ An arbitrary account password to be reported by the slave to
+ the master during slave registration. This value appears in
+ the output of <literal role="stmt">SHOW SLAVE HOSTS</literal>
+ on the master server if the
<option role="mysqld">--show-slave-auth-info</option> option
is given.
</para>
+
+ <para>
+ Although the name of this option might imply otherwise,
+ <option>--report-password</option> is not connected to the
+ MySQL user privilege system and so is not necessarily (or even
+ likely to be) the same as the password for the MySQL
+ replication user account.
+ </para>
</listitem>
<listitem>
@@ -2189,6 +2197,14 @@
<option role="mysqld">--show-slave-auth-info</option> option
is given.
</para>
+
+ <para>
+ Although the name of this option might imply otherwise,
+ <option>--report-user</option> is not connected to the MySQL
+ user privilege system and so is not necessarily (or even
+ likely to be) the same as the name of the MySQL replication
+ user account.
+ </para>
</listitem>
<listitem>
Modified: trunk/refman-5.5/dba-mysqld-server-core.xml
===================================================================
--- trunk/refman-5.5/dba-mysqld-server-core.xml 2011-05-16 05:33:38 UTC (rev 26231)
+++ trunk/refman-5.5/dba-mysqld-server-core.xml 2011-05-16 08:53:25 UTC (rev 26232)
Changed blocks: 2, Lines Added: 5, Lines Deleted: 2; 868 bytes
@@ -9099,7 +9099,9 @@
<para>
The value of the
- <option role="mysqld">--report-password</option> option.
+ <option role="mysqld">--report-password</option> option. Not
+ the same as the password used for the MySQL replication user
+ account.
</para>
</listitem>
@@ -9143,7 +9145,8 @@
<para>
The value of the <option role="mysqld">--report-user</option>
- option.
+ option. Not the same as the name for the MySQL replication
+ user account.
</para>
</listitem>
Modified: trunk/refman-5.5/replication-options-core.xml
===================================================================
--- trunk/refman-5.5/replication-options-core.xml 2011-05-16 05:33:38 UTC (rev 26231)
+++ trunk/refman-5.5/replication-options-core.xml 2011-05-16 08:53:25 UTC (rev 26232)
Changed blocks: 2, Lines Added: 16, Lines Deleted: 0; 1291 bytes
@@ -1644,6 +1644,14 @@
<option role="mysqld">--show-slave-auth-info</option> option
is given.
</para>
+
+ <para>
+ Although the name of this option might imply otherwise,
+ <option>--report-password</option> is not connected to the
+ MySQL user privilege system and so is not necessarily (or even
+ likely to be) the same as the password for the MySQL
+ replication user account.
+ </para>
</listitem>
<listitem>
@@ -1697,6 +1705,14 @@
<option role="mysqld">--show-slave-auth-info</option> option
is given.
</para>
+
+ <para>
+ Although the name of this option might imply otherwise,
+ <option>--report-user</option> is not connected to the MySQL
+ user privilege system and so is not necessarily (or even
+ likely to be) the same as the name of the MySQL replication
+ user account.
+ </para>
</listitem>
<listitem>
Modified: trunk/refman-5.6/dba-mysqld-server-core.xml
===================================================================
--- trunk/refman-5.6/dba-mysqld-server-core.xml 2011-05-16 05:33:38 UTC (rev 26231)
+++ trunk/refman-5.6/dba-mysqld-server-core.xml 2011-05-16 08:53:25 UTC (rev 26232)
Changed blocks: 2, Lines Added: 5, Lines Deleted: 2; 868 bytes
@@ -8797,7 +8797,9 @@
<para>
The value of the
- <option role="mysqld">--report-password</option> option.
+ <option role="mysqld">--report-password</option> option. Not
+ the same as the password used for the MySQL replication user
+ account.
</para>
</listitem>
@@ -8841,7 +8843,8 @@
<para>
The value of the <option role="mysqld">--report-user</option>
- option.
+ option. Not the same as the name for the MySQL replication
+ user account.
</para>
</listitem>
Modified: trunk/refman-5.6/replication-options-core.xml
===================================================================
--- trunk/refman-5.6/replication-options-core.xml 2011-05-16 05:33:38 UTC (rev 26231)
+++ trunk/refman-5.6/replication-options-core.xml 2011-05-16 08:53:25 UTC (rev 26232)
Changed blocks: 2, Lines Added: 16, Lines Deleted: 0; 1291 bytes
@@ -1812,6 +1812,14 @@
<option role="mysqld">--show-slave-auth-info</option> option
is given.
</para>
+
+ <para>
+ Although the name of this option might imply otherwise,
+ <option>--report-password</option> is not connected to the
+ MySQL user privilege system and so is not necessarily (or even
+ likely to be) the same as the password for the MySQL
+ replication user account.
+ </para>
</listitem>
<listitem>
@@ -1865,6 +1873,14 @@
<option role="mysqld">--show-slave-auth-info</option> option
is given.
</para>
+
+ <para>
+ Although the name of this option might imply otherwise,
+ <option>--report-user</option> is not connected to the MySQL
+ user privilege system and so is not necessarily (or even
+ likely to be) the same as the name of the MySQL replication
+ user account.
+ </para>
</listitem>
<listitem>
Modified: trunk/refman-6.0/dba-mysqld-server-core.xml
===================================================================
--- trunk/refman-6.0/dba-mysqld-server-core.xml 2011-05-16 05:33:38 UTC (rev 26231)
+++ trunk/refman-6.0/dba-mysqld-server-core.xml 2011-05-16 08:53:25 UTC (rev 26232)
Changed blocks: 2, Lines Added: 13, Lines Deleted: 3; 1153 bytes
@@ -9602,9 +9602,14 @@
<para>
The value of the
- <option role="mysqld">--report-password</option> option. This
- variable was added in MySQL 6.0.5.
+ <option role="mysqld">--report-password</option> option. Not
+ the same as the password for the MySQL replication user
+ account.
</para>
+
+ <para>
+ This variable was added in MySQL 6.0.5.
+ </para>
</listitem>
<listitem>
@@ -9647,8 +9652,13 @@
<para>
The value of the <option role="mysqld">--report-user</option>
- option. This variable was added in MySQL 6.0.5.
+ option. Not the same as the name for the MySQL replication
+ user account.
</para>
+
+ <para>
+ This variable was added in MySQL 6.0.5.
+ </para>
</listitem>
<listitem>
Modified: trunk/refman-6.0/replication-options-core.xml
===================================================================
--- trunk/refman-6.0/replication-options-core.xml 2011-05-16 05:33:38 UTC (rev 26231)
+++ trunk/refman-6.0/replication-options-core.xml 2011-05-16 08:53:25 UTC (rev 26232)
Changed blocks: 2, Lines Added: 16, Lines Deleted: 0; 1291 bytes
@@ -1642,6 +1642,14 @@
<option role="mysqld">--show-slave-auth-info</option> option
is given.
</para>
+
+ <para>
+ Although the name of this option might imply otherwise,
+ <option>--report-password</option> is not connected to the
+ MySQL user privilege system and so is not necessarily (or even
+ likely to be) the same as the password for the MySQL
+ replication user account.
+ </para>
</listitem>
<listitem>
@@ -1695,6 +1703,14 @@
<option role="mysqld">--show-slave-auth-info</option> option
is given.
</para>
+
+ <para>
+ Although the name of this option might imply otherwise,
+ <option>--report-user</option> is not connected to the MySQL
+ user privilege system and so is not necessarily (or even
+ likely to be) the same as the name of the MySQL replication
+ user account.
+ </para>
</listitem>
<listitem>
| Thread |
|---|
| • svn commit - mysqldoc@oter02: r26232 - in trunk: dynamic-docs/command-optvars refman-5.0 refman-5.1 refman-5.5 refman-5.6 refman-6.0 | jon.stephens | 16 May |