From: jon
Date: February 10 2006 1:05pm
Subject: svn commit - mysqldoc@docsrva: r1275 - in trunk: refman-4.1 refman-5.0 refman-5.1
List-Archive: http://lists.mysql.com/commits/2442
Message-Id: <200602101305.k1AD53Up030727@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
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 @@
-
- [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?
-
-
Change location to the directory containing the downloaded
file, unpack the archive, and create a symlink to the
@@ -894,8 +888,8 @@
shell> cd /var/tmp
-shell> tar -xzvf -C /usr/local/bin mysql-max-¤t-version;-pc-linux-gnu-i686.tar.gz
-shell> ln -s /usr/local/bin/mysql-max-¤t-version;-pc-linux-gnu-i686 mysql
+shell> tar -xzvf -C /usr/local mysql-max-¤t-version;-pc-linux-gnu-i686.tar.gz
+shell> ln -s /usr/local/mysql-max-¤t-version;-pc-linux-gnu-i686 /usr/local/mysql
@@ -944,13 +938,20 @@
shell> chmod +x /etc/rc.d/init.d/mysql.server
shell> chkconfig --add mysql.server
+
+
+ (The startup scripts directory may vary depending on your
+ operating system and version — for example, in some
+ Linux distributions, it is
+ /etc/init.d.)
+
Here we use Red Hat's chkconfig for
creating links to the startup scripts; use whatever means is
appropriate for this purpose on your operating
- system/distribution, such as update-rc.d
- on Debian.
+ system and distribution, such as
+ update-rc.d on Debian.
@@ -990,13 +991,13 @@
Change location to the /var/tmp
directory, and extract the ndb_mgm and
ndb_mgmd from the archive into a suitable
- directory such as /usr/local/bin:
+ directory such as /usr/local:
shell> cd /var/tmp
shell> tar -zxvf mysql-max-¤t-version;-pc-linux-gnu-i686.tar.gz \
- /usr/local/bin '*/bin/ndb_mgm*'
+ /usr/local '*/bin/ndb_mgm*'
@@ -1007,7 +1008,7 @@
-shell> cd /usr/local/bin
+shell> cd /usr/local
shell> chmod +x ndb_mgm*
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 @@
RPMs are also available for both 32-bit and 64-bit Linux
- platforms; the -max binaries installed by the
- RPMs support the NDBCluster storage engine.
- If you choose to use these rather than the binary files, be
- aware that you must install both the
- -server and -max packages
- on all machines that are to host cluster nodes. (See
- , for more information about
- installing MySQL using the RPMs.) After installing from RPM, you
- will still need to configure the cluster as discussed in
- .
+ platforms; as of MySQL 4.1.10a, the -max
+ binaries installed by the RPMs support the
+ NDBCluster storage engine. If you choose to
+ use these rather than the binary files, be aware that you must
+ install both the -server
+ and -max packages on all machines that are to
+ host cluster nodes. (See , for more
+ information about installing MySQL using the RPMs.) After
+ installing from RPM, you will still need to configure the
+ cluster as discussed in .
@@ -878,12 +878,6 @@
-
- [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?
-
-
Change location to the directory containing the downloaded
file, unpack the archive, and create a symlink to the
@@ -894,8 +888,8 @@
shell> cd /var/tmp
-shell> tar -xzvf -C /usr/local/bin mysql-max-¤t-version;-pc-linux-gnu-i686.tar.gz
-shell> ln -s /usr/local/bin/mysql-max-¤t-version;-pc-linux-gnu-i686 mysql
+shell> tar -xzvf -C /usr/local mysql-max-¤t-version;-pc-linux-gnu-i686.tar.gz
+shell> ln -s /usr/local/mysql-max-¤t-version;-pc-linux-gnu-i686 /usr/local/mysql
@@ -944,13 +938,20 @@
shell> chmod +x /etc/rc.d/init.d/mysql.server
shell> chkconfig --add mysql.server
+
+
+ (The startup scripts directory may vary depending on your
+ operating system and version — for example, in some
+ Linux distributions, it is
+ /etc/init.d.)
+
Here we use Red Hat's chkconfig for
creating links to the startup scripts; use whatever means is
appropriate for this purpose on your operating
- system/distribution, such as update-rc.d
- on Debian.
+ system and distribution, such as
+ update-rc.d on Debian.
@@ -990,13 +991,13 @@
Change location to the /var/tmp
directory, and extract the ndb_mgm and
ndb_mgmd from the archive into a suitable
- directory such as /usr/local/bin:
+ directory such as /usr/local:
shell> cd /var/tmp
shell> tar -zxvf mysql-max-¤t-version;-pc-linux-gnu-i686.tar.gz \
- /usr/local/bin '*/bin/ndb_mgm*'
+ /usr/local '*/bin/ndb_mgm*'
@@ -1007,7 +1008,7 @@
-shell> cd /usr/local/bin
+shell> cd /usr/local
shell> chmod +x ndb_mgm*
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 @@
RPMs are also available for both 32-bit and 64-bit Linux
- platforms; the -max binaries installed by the
- RPMs support the NDBCluster storage engine.
- If you choose to use these rather than the binary files, be
- aware that you must install both the
- -server and -max packages
- on all machines that are to host cluster nodes. (See
- , for more information about
- installing MySQL using the RPMs.) After installing from RPM, you
- will still need to configure the cluster as discussed in
- .
+ platforms; as of MySQL 4.1.10a, the -max
+ binaries installed by the RPMs support the
+ NDBCluster storage engine. If you choose to
+ use these rather than the binary files, be aware that you must
+ install both the -server
+ and -max packages on all machines that are to
+ host cluster nodes. (See , for more
+ information about installing MySQL using the RPMs.) After
+ installing from RPM, you will still need to configure the
+ cluster as discussed in .
@@ -878,12 +878,6 @@
-
- [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?
-
-
Change location to the directory containing the downloaded
file, unpack the archive, and create a symlink to the
@@ -894,8 +888,8 @@
shell> cd /var/tmp
-shell> tar -xzvf -C /usr/local/bin mysql-max-¤t-version;-pc-linux-gnu-i686.tar.gz
-shell> ln -s /usr/local/bin/mysql-max-¤t-version;-pc-linux-gnu-i686 mysql
+shell> tar -xzvf -C /usr/local mysql-max-¤t-version;-pc-linux-gnu-i686.tar.gz
+shell> ln -s /usr/local/mysql-max-¤t-version;-pc-linux-gnu-i686 /usr/local/mysql
@@ -944,13 +938,20 @@
shell> chmod +x /etc/rc.d/init.d/mysql.server
shell> chkconfig --add mysql.server
+
+
+ (The startup scripts directory may vary depending on your
+ operating system and version — for example, in some
+ Linux distributions, it is
+ /etc/init.d.)
+
Here we use Red Hat's chkconfig for
creating links to the startup scripts; use whatever means is
appropriate for this purpose on your operating
- system/distribution, such as update-rc.d
- on Debian.
+ system and distribution, such as
+ update-rc.d on Debian.
@@ -990,13 +991,13 @@
Change location to the /var/tmp
directory, and extract the ndb_mgm and
ndb_mgmd from the archive into a suitable
- directory such as /usr/local/bin:
+ directory such as /usr/local:
shell> cd /var/tmp
shell> tar -zxvf mysql-max-¤t-version;-pc-linux-gnu-i686.tar.gz \
- /usr/local/bin '*/bin/ndb_mgm*'
+ /usr/local '*/bin/ndb_mgm*'
@@ -1007,7 +1008,7 @@
-shell> cd /usr/local/bin
+shell> cd /usr/local
shell> chmod +x ndb_mgm*