Author: mhillyer
Date: 2006-05-16 18:32:57 +0200 (Tue, 16 May 2006)
New Revision: 2101
Log:
Fix wording issue in Instance Manager doc.
Modified:
trunk/refman-5.0/database-administration.xml
trunk/refman-5.1/database-administration.xml
Modified: trunk/refman-5.0/database-administration.xml
===================================================================
--- trunk/refman-5.0/database-administration.xml 2006-05-15 22:39:58 UTC (rev 2100)
+++ trunk/refman-5.0/database-administration.xml 2006-05-16 16:32:57 UTC (rev 2101)
@@ -12598,8 +12598,10 @@
<warning>
<para>
- The <literal>[mysqld]</literal> section name is deprecated
- and should not be used in a configuration file.
+ The <literal>[mysqld]</literal> section name causes
+ unpredictable results when used in conjunction with the
+ Instance Manager. When using the Instance Manager, check
+ that no section is named <literal>[mysqld]</literal>.
</para>
</warning>
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2006-05-15 22:39:58 UTC (rev 2100)
+++ trunk/refman-5.1/database-administration.xml 2006-05-16 16:32:57 UTC (rev 2101)
@@ -13285,15 +13285,16 @@
bind-address = 192.168.1.5
</programlisting>
- <warning>
+ <warning>
<para>
- The <literal>[mysqld]</literal> section name is deprecated
- and should not be used in a configuration file, instead
- [mysqldN] sections such as [mysqld1] should be used for
- specific instances.
+ The <literal>[mysqld]</literal> section name causes
+ unpredictable results when used in conjunction with the
+ Instance Manager. When using the Instance Manager, check
+ that no section is named <literal>[mysqld]</literal>.
</para>
</warning>
+
<para>
The MySQL Instance Manager reads and manages the
<filename>/etc/my.cnf</filename> file only on Unix. On
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2101 - in trunk: refman-5.0 refman-5.1 | mhillyer | 16 May |