List:Commits« Previous MessageNext Message »
From:jon Date:October 24 2006 11:33am
Subject:svn commit - mysqldoc@docsrva: r3711 - in trunk: refman-5.0 refman-5.1
View as plain text  
Author: jstephens
Date: 2006-10-24 13:33:46 +0200 (Tue, 24 Oct 2006)
New Revision: 3711

Log:

5.0/5.1 FAQ: Multiple data nodes on the same host don't have to have their
own DataDirs. (Roland)



Modified:
   trunk/refman-5.0/mysql-cluster.xml
   trunk/refman-5.1/mysql-cluster.xml


Modified: trunk/refman-5.0/mysql-cluster.xml
===================================================================
--- trunk/refman-5.0/mysql-cluster.xml	2006-10-24 10:53:27 UTC (rev 3710)
+++ trunk/refman-5.0/mysql-cluster.xml	2006-10-24 11:33:46 UTC (rev 3711)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 5; 1145 bytes

@@ -18150,11 +18150,12 @@
 
         <para>
           Yes, it is possible to do this. In the case of multiple data
-          nodes, each node must use a different data directory. If you
-          want to run multiple SQL nodes on one machine, each instance
-          of <command>mysqld</command> must use a different TCP/IP port.
-          However, running more than one node of a given type per
-          machine is not supported for production use.
+          nodes, it is advisable (but not required) for each node to use
+          a different data directory. If you want to run multiple SQL
+          nodes on one machine, each instance of
+          <command>mysqld</command> must use a different TCP/IP port. 
+          However, <emphasis>running more than one node of a given type per
+          machine is not supported for production use</emphasis>.
         </para>
       </listitem>
 


Modified: trunk/refman-5.1/mysql-cluster.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster.xml	2006-10-24 10:53:27 UTC (rev 3710)
+++ trunk/refman-5.1/mysql-cluster.xml	2006-10-24 11:33:46 UTC (rev 3711)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 5; 1145 bytes

@@ -20517,11 +20517,12 @@
 
         <para>
           Yes, it is possible to do this. In the case of multiple data
-          nodes, each node must use a different data directory. If you
-          want to run multiple SQL nodes on one machine, each instance
-          of <command>mysqld</command> must use a different TCP/IP port.
-          However, running more than one node of a given type per
-          machine is not supported for production use.
+          nodes, it is advisable (but not required) for each node to use
+          a different data directory. If you want to run multiple SQL
+          nodes on one machine, each instance of
+          <command>mysqld</command> must use a different TCP/IP port. 
+          However, <emphasis>running more than one node of a given type per
+          machine is not supported for production use</emphasis>.
         </para>
       </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r3711 - in trunk: refman-5.0 refman-5.1jon24 Oct