List:Commits« Previous MessageNext Message »
From:jon Date:July 4 2006 12:44am
Subject:svn commit - mysqldoc@docsrva: r2614 - in trunk: refman-4.1 refman-5.0 refman-5.1
View as plain text  
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&gt; <userinput>cd /var/tmp</userinput>
-shell&gt; <userinput>tar -zxvf mysql-max-&current-version;-pc-linux-gnu-i686.tar.gz \</userinput>
-          <userinput>/usr/local '*/bin/ndb_mgm*'</userinput>
+shell&gt; <userinput>tar -zxvf mysql-&current-version;-pc-linux-gnu-i686.tar.gz</userinput>
+shell&gt; <userinput>cd mysql-&current-version;-pc-linux-gnu-i686</userinput>
+shell&gt; <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&gt; <userinput>cd /usr/local</userinput>
+shell&gt; <userinput>cd /usr/local/bin</userinput>
 shell&gt; <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&gt; <userinput>cd /var/tmp</userinput>
-shell&gt; <userinput>tar -zxvf mysql-max-&current-version;-pc-linux-gnu-i686.tar.gz \</userinput>
-          <userinput>/usr/local '*/bin/ndb_mgm*'</userinput>
+shell&gt; <userinput>tar -zxvf mysql-&current-version;-pc-linux-gnu-i686.tar.gz</userinput>
+shell&gt; <userinput>cd mysql-&current-version;-pc-linux-gnu-i686</userinput>
+shell&gt; <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&gt; <userinput>cd /usr/local</userinput>
+shell&gt; <userinput>cd /usr/local/bin</userinput>
 shell&gt; <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&gt; <userinput>cd /var/tmp</userinput>
-shell&gt; <userinput>tar -zxvf mysql-&current-version;-pc-linux-gnu-i686.tar.gz \</userinput>
-          <userinput>/usr/local '*/bin/ndb_mgm*'</userinput>
+shell&gt; <userinput>tar -zxvf mysql-&current-version;-pc-linux-gnu-i686.tar.gz</userinput>
+shell&gt; <userinput>cd mysql-&current-version;-pc-linux-gnu-i686</userinput>
+shell&gt; <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&gt; <userinput>cd /usr/local</userinput>
+shell&gt; <userinput>cd /usr/local/bin</userinput>
 shell&gt; <userinput>chmod +x ndb_mgm*</userinput>
 </programlisting>
         </listitem>

Thread
svn commit - mysqldoc@docsrva: r2614 - in trunk: refman-4.1 refman-5.0 refman-5.1jon4 Jul