Author: jstephens
Date: 2006-07-04 02:44:52 +0200 (Tue, 04 Jul 2006)
New Revision: 2614
Log:
Fixing glitch in multi-install section reported by user.
(Thanks, Vadim and Craig!)
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-07-04 00:20:32 UTC (rev 2613)
+++ trunk/refman-4.1/ndbcluster.xml 2006-07-04 00:44:52 UTC (rev 2614)
@@ -1198,24 +1198,33 @@
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</filename>:
+ directory such as <filename>/usr/local/bin</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/ndb_mgm*'</userinput>
+shell> <userinput>tar -zxvf mysql-¤t-version;-pc-linux-gnu-i686.tar.gz</userinput>
+shell> <userinput>cd mysql-¤t-version;-pc-linux-gnu-i686</userinput>
+shell> <userinput>cp /bin/ndb_mgm* /usr/local/bin</userinput>
</programlisting>
+
+ <para>
+ (You can safely delete the directory created by unpacking
+ the downloaded archive, and the files it contains, from
+ <filename>/var/tmp</filename> once
+ <command>ndb_mgm</command> and <command>ndb_mgmd</command>
+ have been copied to the executables directory.)
+ </para>
</listitem>
<listitem>
<para>
- Change location to the directory into which you unpacked the
+ Change location to the directory into which you copied the
files, and then make both of them executable:
</para>
<programlisting>
-shell> <userinput>cd /usr/local</userinput>
+shell> <userinput>cd /usr/local/bin</userinput>
shell> <userinput>chmod +x ndb_mgm*</userinput>
</programlisting>
</listitem>
Modified: trunk/refman-5.0/ndbcluster.xml
===================================================================
--- trunk/refman-5.0/ndbcluster.xml 2006-07-04 00:20:32 UTC (rev 2613)
+++ trunk/refman-5.0/ndbcluster.xml 2006-07-04 00:44:52 UTC (rev 2614)
@@ -1198,24 +1198,33 @@
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</filename>:
+ directory such as <filename>/usr/local/bin</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/ndb_mgm*'</userinput>
+shell> <userinput>tar -zxvf mysql-¤t-version;-pc-linux-gnu-i686.tar.gz</userinput>
+shell> <userinput>cd mysql-¤t-version;-pc-linux-gnu-i686</userinput>
+shell> <userinput>cp /bin/ndb_mgm* /usr/local/bin</userinput>
</programlisting>
+
+ <para>
+ (You can safely delete the directory created by unpacking
+ the downloaded archive, and the files it contains, from
+ <filename>/var/tmp</filename> once
+ <command>ndb_mgm</command> and <command>ndb_mgmd</command>
+ have been copied to the executables directory.)
+ </para>
</listitem>
<listitem>
<para>
- Change location to the directory into which you unpacked the
+ Change location to the directory into which you copied the
files, and then make both of them executable:
</para>
<programlisting>
-shell> <userinput>cd /usr/local</userinput>
+shell> <userinput>cd /usr/local/bin</userinput>
shell> <userinput>chmod +x ndb_mgm*</userinput>
</programlisting>
</listitem>
Modified: trunk/refman-5.1/ndbcluster.xml
===================================================================
--- trunk/refman-5.1/ndbcluster.xml 2006-07-04 00:20:32 UTC (rev 2613)
+++ trunk/refman-5.1/ndbcluster.xml 2006-07-04 00:44:52 UTC (rev 2614)
@@ -1187,24 +1187,33 @@
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</filename>:
+ directory such as <filename>/usr/local/bin</filename>:
</para>
<programlisting>
shell> <userinput>cd /var/tmp</userinput>
-shell> <userinput>tar -zxvf mysql-¤t-version;-pc-linux-gnu-i686.tar.gz \</userinput>
- <userinput>/usr/local '*/bin/ndb_mgm*'</userinput>
+shell> <userinput>tar -zxvf mysql-¤t-version;-pc-linux-gnu-i686.tar.gz</userinput>
+shell> <userinput>cd mysql-¤t-version;-pc-linux-gnu-i686</userinput>
+shell> <userinput>cp /bin/ndb_mgm* /usr/local/bin</userinput>
</programlisting>
+
+ <para>
+ (You can safely delete the directory created by unpacking
+ the downloaded archive, and the files it contains, from
+ <filename>/var/tmp</filename> once
+ <command>ndb_mgm</command> and <command>ndb_mgmd</command>
+ have been copied to the executables directory.)
+ </para>
</listitem>
<listitem>
<para>
- Change location to the directory into which you unpacked the
+ Change location to the directory into which you copied the
files, and then make both of them executable:
</para>
<programlisting>
-shell> <userinput>cd /usr/local</userinput>
+shell> <userinput>cd /usr/local/bin</userinput>
shell> <userinput>chmod +x ndb_mgm*</userinput>
</programlisting>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2614 - in trunk: refman-4.1 refman-5.0 refman-5.1 | jon | 4 Jul |