Author: jstephens
Date: 2006-02-10 14:05:01 +0100 (Fri, 10 Feb 2006)
New Revision: 1275
Log:
Wrong directories in multi-install section.
Modified:
trunk/refman-4.1/ndbcluster.xml
trunk/refman-5.0/ndbcluster.xml
trunk/refman-5.1/ndbcluster.xml
Modified: trunk/refman-4.1/ndbcluster.xml
===================================================================
--- trunk/refman-4.1/ndbcluster.xml 2006-02-10 10:15:23 UTC (rev 1274)
+++ trunk/refman-4.1/ndbcluster.xml 2006-02-10 13:05:01 UTC (rev 1275)
@@ -878,12 +878,6 @@
</listitem>
<listitem>
- <remark role="todo">
- [pd] Is this supposed to be the mysql*d*-max executable, the
- mysql-max *directory*a, or what? Why are we unpacking an
- entire MySQL distribution into a bin directory?
- </remark>
-
<para>
Change location to the directory containing the downloaded
file, unpack the archive, and create a symlink to the
@@ -894,8 +888,8 @@
<programlisting>
shell> <userinput>cd /var/tmp</userinput>
-shell> <userinput>tar -xzvf -C /usr/local/bin mysql-max-¤t-version;-pc-linux-gnu-i686.tar.gz</userinput>
-shell> <userinput>ln -s /usr/local/bin/mysql-max-¤t-version;-pc-linux-gnu-i686 mysql</userinput>
+shell> <userinput>tar -xzvf -C /usr/local mysql-max-¤t-version;-pc-linux-gnu-i686.tar.gz</userinput>
+shell> <userinput>ln -s /usr/local/mysql-max-¤t-version;-pc-linux-gnu-i686 /usr/local/mysql</userinput>
</programlisting>
</listitem>
@@ -944,13 +938,20 @@
shell> <userinput>chmod +x /etc/rc.d/init.d/mysql.server</userinput>
shell> <userinput>chkconfig --add mysql.server</userinput>
</programlisting>
+
+ <para>
+ (The startup scripts directory may vary depending on your
+ operating system and version — for example, in some
+ Linux distributions, it is
+ <filename>/etc/init.d</filename>.)
+ </para>
<para>
Here we use Red Hat's <command>chkconfig</command> for
creating links to the startup scripts; use whatever means is
appropriate for this purpose on your operating
- system/distribution, such as <command>update-rc.d</command>
- on Debian.
+ system and distribution, such as
+ <command>update-rc.d</command> on Debian.
</para>
</listitem>
@@ -990,13 +991,13 @@
Change location to the <filename>/var/tmp</filename>
directory, and extract the <command>ndb_mgm</command> and
<command>ndb_mgmd</command> from the archive into a suitable
- directory such as <filename>/usr/local/bin</filename>:
+ directory such as <filename>/usr/local</filename>:
</para>
<programlisting>
shell> <userinput>cd /var/tmp</userinput>
shell> <userinput>tar -zxvf mysql-max-¤t-version;-pc-linux-gnu-i686.tar.gz \</userinput>
- <userinput>/usr/local/bin '*/bin/ndb_mgm*'</userinput>
+ <userinput>/usr/local '*/bin/ndb_mgm*'</userinput>
</programlisting>
</listitem>
@@ -1007,7 +1008,7 @@
</para>
<programlisting>
-shell> <userinput>cd /usr/local/bin</userinput>
+shell> <userinput>cd /usr/local</userinput>
shell> <userinput>chmod +x ndb_mgm*</userinput>
</programlisting>
</listitem>
Modified: trunk/refman-5.0/ndbcluster.xml
===================================================================
--- trunk/refman-5.0/ndbcluster.xml 2006-02-10 10:15:23 UTC (rev 1274)
+++ trunk/refman-5.0/ndbcluster.xml 2006-02-10 13:05:01 UTC (rev 1275)
@@ -819,16 +819,16 @@
<para>
RPMs are also available for both 32-bit and 64-bit Linux
- platforms; the <literal>-max</literal> binaries installed by the
- RPMs support the <literal>NDBCluster</literal> storage engine.
- If you choose to use these rather than the binary files, be
- aware that you must install <emphasis>both</emphasis> the
- <literal>-server</literal> and <literal>-max</literal> packages
- on all machines that are to host cluster nodes. (See
- <xref linkend="linux-rpm"/>, for more information about
- installing MySQL using the RPMs.) After installing from RPM, you
- will still need to configure the cluster as discussed in
- <xref linkend="multi-config"/>.
+ platforms; as of MySQL 4.1.10a, the <literal>-max</literal>
+ binaries installed by the RPMs support the
+ <literal>NDBCluster</literal> storage engine. If you choose to
+ use these rather than the binary files, be aware that you must
+ install <emphasis>both</emphasis> the <literal>-server</literal>
+ and <literal>-max</literal> packages on all machines that are to
+ host cluster nodes. (See <xref linkend="linux-rpm"/>, for more
+ information about installing MySQL using the RPMs.) After
+ installing from RPM, you will still need to configure the
+ cluster as discussed in <xref linkend="multi-config"/>.
</para>
<para>
@@ -878,12 +878,6 @@
</listitem>
<listitem>
- <remark role="todo">
- [pd] Is this supposed to be the mysql*d*-max executable, the
- mysql-max *directory*a, or what? Why are we unpacking an
- entire MySQL distribution into a bin directory?
- </remark>
-
<para>
Change location to the directory containing the downloaded
file, unpack the archive, and create a symlink to the
@@ -894,8 +888,8 @@
<programlisting>
shell> <userinput>cd /var/tmp</userinput>
-shell> <userinput>tar -xzvf -C /usr/local/bin mysql-max-¤t-version;-pc-linux-gnu-i686.tar.gz</userinput>
-shell> <userinput>ln -s /usr/local/bin/mysql-max-¤t-version;-pc-linux-gnu-i686 mysql</userinput>
+shell> <userinput>tar -xzvf -C /usr/local mysql-max-¤t-version;-pc-linux-gnu-i686.tar.gz</userinput>
+shell> <userinput>ln -s /usr/local/mysql-max-¤t-version;-pc-linux-gnu-i686 /usr/local/mysql</userinput>
</programlisting>
</listitem>
@@ -944,13 +938,20 @@
shell> <userinput>chmod +x /etc/rc.d/init.d/mysql.server</userinput>
shell> <userinput>chkconfig --add mysql.server</userinput>
</programlisting>
+
+ <para>
+ (The startup scripts directory may vary depending on your
+ operating system and version — for example, in some
+ Linux distributions, it is
+ <filename>/etc/init.d</filename>.)
+ </para>
<para>
Here we use Red Hat's <command>chkconfig</command> for
creating links to the startup scripts; use whatever means is
appropriate for this purpose on your operating
- system/distribution, such as <command>update-rc.d</command>
- on Debian.
+ system and distribution, such as
+ <command>update-rc.d</command> on Debian.
</para>
</listitem>
@@ -990,13 +991,13 @@
Change location to the <filename>/var/tmp</filename>
directory, and extract the <command>ndb_mgm</command> and
<command>ndb_mgmd</command> from the archive into a suitable
- directory such as <filename>/usr/local/bin</filename>:
+ directory such as <filename>/usr/local</filename>:
</para>
<programlisting>
shell> <userinput>cd /var/tmp</userinput>
shell> <userinput>tar -zxvf mysql-max-¤t-version;-pc-linux-gnu-i686.tar.gz \</userinput>
- <userinput>/usr/local/bin '*/bin/ndb_mgm*'</userinput>
+ <userinput>/usr/local '*/bin/ndb_mgm*'</userinput>
</programlisting>
</listitem>
@@ -1007,7 +1008,7 @@
</para>
<programlisting>
-shell> <userinput>cd /usr/local/bin</userinput>
+shell> <userinput>cd /usr/local</userinput>
shell> <userinput>chmod +x ndb_mgm*</userinput>
</programlisting>
</listitem>
Modified: trunk/refman-5.1/ndbcluster.xml
===================================================================
--- trunk/refman-5.1/ndbcluster.xml 2006-02-10 10:15:23 UTC (rev 1274)
+++ trunk/refman-5.1/ndbcluster.xml 2006-02-10 13:05:01 UTC (rev 1275)
@@ -819,16 +819,16 @@
<para>
RPMs are also available for both 32-bit and 64-bit Linux
- platforms; the <literal>-max</literal> binaries installed by the
- RPMs support the <literal>NDBCluster</literal> storage engine.
- If you choose to use these rather than the binary files, be
- aware that you must install <emphasis>both</emphasis> the
- <literal>-server</literal> and <literal>-max</literal> packages
- on all machines that are to host cluster nodes. (See
- <xref linkend="linux-rpm"/>, for more information about
- installing MySQL using the RPMs.) After installing from RPM, you
- will still need to configure the cluster as discussed in
- <xref linkend="multi-config"/>.
+ platforms; as of MySQL 4.1.10a, the <literal>-max</literal>
+ binaries installed by the RPMs support the
+ <literal>NDBCluster</literal> storage engine. If you choose to
+ use these rather than the binary files, be aware that you must
+ install <emphasis>both</emphasis> the <literal>-server</literal>
+ and <literal>-max</literal> packages on all machines that are to
+ host cluster nodes. (See <xref linkend="linux-rpm"/>, for more
+ information about installing MySQL using the RPMs.) After
+ installing from RPM, you will still need to configure the
+ cluster as discussed in <xref linkend="multi-config"/>.
</para>
<para>
@@ -878,12 +878,6 @@
</listitem>
<listitem>
- <remark role="todo">
- [pd] Is this supposed to be the mysql*d*-max executable, the
- mysql-max *directory*a, or what? Why are we unpacking an
- entire MySQL distribution into a bin directory?
- </remark>
-
<para>
Change location to the directory containing the downloaded
file, unpack the archive, and create a symlink to the
@@ -894,8 +888,8 @@
<programlisting>
shell> <userinput>cd /var/tmp</userinput>
-shell> <userinput>tar -xzvf -C /usr/local/bin mysql-max-¤t-version;-pc-linux-gnu-i686.tar.gz</userinput>
-shell> <userinput>ln -s /usr/local/bin/mysql-max-¤t-version;-pc-linux-gnu-i686 mysql</userinput>
+shell> <userinput>tar -xzvf -C /usr/local mysql-max-¤t-version;-pc-linux-gnu-i686.tar.gz</userinput>
+shell> <userinput>ln -s /usr/local/mysql-max-¤t-version;-pc-linux-gnu-i686 /usr/local/mysql</userinput>
</programlisting>
</listitem>
@@ -944,13 +938,20 @@
shell> <userinput>chmod +x /etc/rc.d/init.d/mysql.server</userinput>
shell> <userinput>chkconfig --add mysql.server</userinput>
</programlisting>
+
+ <para>
+ (The startup scripts directory may vary depending on your
+ operating system and version — for example, in some
+ Linux distributions, it is
+ <filename>/etc/init.d</filename>.)
+ </para>
<para>
Here we use Red Hat's <command>chkconfig</command> for
creating links to the startup scripts; use whatever means is
appropriate for this purpose on your operating
- system/distribution, such as <command>update-rc.d</command>
- on Debian.
+ system and distribution, such as
+ <command>update-rc.d</command> on Debian.
</para>
</listitem>
@@ -990,13 +991,13 @@
Change location to the <filename>/var/tmp</filename>
directory, and extract the <command>ndb_mgm</command> and
<command>ndb_mgmd</command> from the archive into a suitable
- directory such as <filename>/usr/local/bin</filename>:
+ directory such as <filename>/usr/local</filename>:
</para>
<programlisting>
shell> <userinput>cd /var/tmp</userinput>
shell> <userinput>tar -zxvf mysql-max-¤t-version;-pc-linux-gnu-i686.tar.gz \</userinput>
- <userinput>/usr/local/bin '*/bin/ndb_mgm*'</userinput>
+ <userinput>/usr/local '*/bin/ndb_mgm*'</userinput>
</programlisting>
</listitem>
@@ -1007,7 +1008,7 @@
</para>
<programlisting>
-shell> <userinput>cd /usr/local/bin</userinput>
+shell> <userinput>cd /usr/local</userinput>
shell> <userinput>chmod +x ndb_mgm*</userinput>
</programlisting>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1275 - in trunk: refman-4.1 refman-5.0 refman-5.1 | jon | 10 Feb |