Author: paul
Date: 2006-01-21 20:01:59 +0100 (Sat, 21 Jan 2006)
New Revision: 972
Log:
r6526@frost: paul | 2006-01-21 12:59:59 -0600
Describe use of ledir for mysqld_multi. (Bug#11054)
Modified:
trunk/
trunk/refman-4.1/database-administration.xml
trunk/refman-5.0/database-administration.xml
trunk/refman-5.1/database-administration.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6525
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2396
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6526
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2396
Modified: trunk/refman-4.1/database-administration.xml
===================================================================
--- trunk/refman-4.1/database-administration.xml 2006-01-21 19:01:18 UTC (rev 971)
+++ trunk/refman-4.1/database-administration.xml 2006-01-21 19:01:59 UTC (rev 972)
@@ -1601,12 +1601,23 @@
<para>
The <command>mysqld</command> binary to be used. Note
that you can specify <command>mysqld_safe</command> as
- the value for this option also. The options are passed
- to <command>mysqld</command>. Just make sure that you
- have the directory where <command>mysqld</command> is
- located in your <literal>PATH</literal> environment
- variable setting or fix <command>mysqld_safe</command>.
+ the value for this option also. If you use
+ <command>mysqld_safe</command> to start the server, you
+ can include the <literal>mysqld</literal> or
+ <literal>ledir</literal> options in the corresponding
+ <literal>[mysqld<replaceable>N</replaceable>]</literal>
+ option group. These options indicate the name of the
+ server that <command>mysqld_safe</command> should start
+ and the pathname of the directory where the server is
+ located. (See the descriptions for these options in
+ <xref linkend="mysqld-safe"/>.) Example:
</para>
+
+<programlisting>
+[mysqld38]
+mysqld = mysqld-max
+ledir = /opt/local/mysql/libexec
+</programlisting>
</listitem>
<listitem>
Modified: trunk/refman-5.0/database-administration.xml
===================================================================
--- trunk/refman-5.0/database-administration.xml 2006-01-21 19:01:18 UTC (rev 971)
+++ trunk/refman-5.0/database-administration.xml 2006-01-21 19:01:59 UTC (rev 972)
@@ -1607,12 +1607,23 @@
<para>
The <command>mysqld</command> binary to be used. Note
that you can specify <command>mysqld_safe</command> as
- the value for this option also. The options are passed
- to <command>mysqld</command>. Just make sure that you
- have the directory where <command>mysqld</command> is
- located in your <literal>PATH</literal> environment
- variable setting or fix <command>mysqld_safe</command>.
+ the value for this option also. If you use
+ <command>mysqld_safe</command> to start the server, you
+ can include the <literal>mysqld</literal> or
+ <literal>ledir</literal> options in the corresponding
+ <literal>[mysqld<replaceable>N</replaceable>]</literal>
+ option group. These options indicate the name of the
+ server that <command>mysqld_safe</command> should start
+ and the pathname of the directory where the server is
+ located. (See the descriptions for these options in
+ <xref linkend="mysqld-safe"/>.) Example:
</para>
+
+<programlisting>
+[mysqld38]
+mysqld = mysqld-max
+ledir = /opt/local/mysql/libexec
+</programlisting>
</listitem>
<listitem>
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2006-01-21 19:01:18 UTC (rev 971)
+++ trunk/refman-5.1/database-administration.xml 2006-01-21 19:01:59 UTC (rev 972)
@@ -1607,12 +1607,23 @@
<para>
The <command>mysqld</command> binary to be used. Note
that you can specify <command>mysqld_safe</command> as
- the value for this option also. The options are passed
- to <command>mysqld</command>. Just make sure that you
- have the directory where <command>mysqld</command> is
- located in your <literal>PATH</literal> environment
- variable setting or fix <command>mysqld_safe</command>.
+ the value for this option also. If you use
+ <command>mysqld_safe</command> to start the server, you
+ can include the <literal>mysqld</literal> or
+ <literal>ledir</literal> options in the corresponding
+ <literal>[mysqld<replaceable>N</replaceable>]</literal>
+ option group. These options indicate the name of the
+ server that <command>mysqld_safe</command> should start
+ and the pathname of the directory where the server is
+ located. (See the descriptions for these options in
+ <xref linkend="mysqld-safe"/>.) Example:
</para>
+
+<programlisting>
+[mysqld38]
+mysqld = mysqld-max
+ledir = /opt/local/mysql/libexec
+</programlisting>
</listitem>
<listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r972 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 21 Jan |