Author: jstephens
Date: 2010-08-24 14:23:44 +0200 (Tue, 24 Aug 2010)
New Revision: 22411
Log:
Changelog entry for MCM BUG#54419
Modified:
trunk/dynamic-docs/changelog/cluster-manager.xml
Modified: trunk/dynamic-docs/changelog/cluster-manager.xml
===================================================================
--- trunk/dynamic-docs/changelog/cluster-manager.xml 2010-08-24 11:01:32 UTC (rev 22410)
+++ trunk/dynamic-docs/changelog/cluster-manager.xml 2010-08-24 12:23:44 UTC (rev 22411)
Changed blocks: 1, Lines Added: 62, Lines Deleted: 0; 2009 bytes
@@ -8,7 +8,69 @@
<logentry entrytype="bug">
+ <tags>
+ <highlight type="importantchange"/>
+ </tags>
+
<bugs>
+ <fixes bugid="55437"/>
+ </bugs>
+
+ <versions>
+ <version ver="1.1"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Starting the management agent after setting the
+ <literal>manager-username =
+ <replaceable>user_name</replaceable></literal> and
+ <literal>manager-password =
+ <replaceable>pass_word</replaceable></literal> options in the
+ configuration file had 2 unwanted side effects:
+ </para>
+
+ <orderedlist>
+
+ <listitem>
+ <para>
+ A MySQL user account was created with the name
+ <replaceable>user_name</replaceable> and an empty password.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The MySQL <literal>root</literal> account's password
+ was set to <replaceable>pass_word</replaceable>.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The <literal>test</literal> database was deleted.
+ </para>
+ </listitem>
+
+ </orderedlist>
+
+ <para>
+ Now, using these options causes the creation of a MySQL user
+ account, with all privileges on the MySQL server, having the
+ username <replaceable>user_name</replaceable> and the password
+ <replaceable>pass_word</replaceable>. The existing MySQL
+ <literal>root</literal> account is not altered, and the
+ <literal>test</literal> database is preserved.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
<fixes bugid="53480"/>
</bugs>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r22411 - trunk/dynamic-docs/changelog | jon.stephens | 24 Aug |