Author: paul
Date: 2006-01-18 04:32:47 +0100 (Wed, 18 Jan 2006)
New Revision: 890
Log:
r6340@frost: paul | 2006-01-17 20:45:46 -0600
Fix formatting.
Modified:
trunk/
trunk/refman-5.1/installing.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6339
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2265
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6340
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2265
Modified: trunk/refman-5.1/installing.xml
===================================================================
--- trunk/refman-5.1/installing.xml 2006-01-18 03:32:27 UTC (rev 889)
+++ trunk/refman-5.1/installing.xml 2006-01-18 03:32:47 UTC (rev 890)
@@ -3328,9 +3328,9 @@
<listitem>
<para>
- <guimenuitem>MySQL Command Line Client</guimenuitem> :
- This is a shortcut to the <command>mysql</command>
- command-line client and is configured to connect as the
+ <guimenuitem>MySQL Command Line Client</guimenuitem>: This
+ is a shortcut to the <command>mysql</command> command-line
+ client and is configured to connect as the
<literal>root</literal> user. The shortcut prompts for a
<literal>root</literal> user password when connecting.
</para>
@@ -3339,7 +3339,7 @@
<listitem>
<para>
<guimenuitem>MySQL Server Instance Config
- Wizard</guimenuitem> : This is a shortcut to the MySQL
+ Wizard</guimenuitem>: This is a shortcut to the MySQL
Configuration Wizard. Use this shortcut to configure a
newly installed server, or to re-configure an existing
server.
@@ -3348,7 +3348,7 @@
<listitem>
<para>
- <guimenuitem>MySQL Documentation</guimenuitem> : This is a
+ <guimenuitem>MySQL Documentation</guimenuitem>: This is a
link to the MySQL server documentation that is stored
locally in the MySQL server installation directory. This
option is not available when the MySQL server is installed
@@ -3574,7 +3574,7 @@
<para>
There are two configuration types available:
<guimenuitem>Detailed Configuration</guimenuitem> and
- <guimenuitem>Standard Configuration</guimenuitem> . The
+ <guimenuitem>Standard Configuration</guimenuitem>. The
<guimenuitem>Standard Configuration</guimenuitem> option is
intended for new users who want to get started with MySQL
quickly without having to make many decisions in regards to
@@ -3592,7 +3592,7 @@
causes the MySQL Configuration Wizard to set all configuration
options automatically with the exception of
<guimenuitem>Service Options</guimenuitem> and
- <guimenuitem>Security Options</guimenuitem> .
+ <guimenuitem>Security Options</guimenuitem>.
</para>
<para>
@@ -3606,7 +3606,7 @@
<para>
To complete the <guimenuitem>Standard
- Configuration</guimenuitem> , please refer to the sections on
+ Configuration</guimenuitem>, please refer to the sections on
<guimenuitem>Service Options</guimenuitem> and
<guimenuitem>Security Options</guimenuitem> in
<xref linkend="mysql-config-wizard-service"/>, and
@@ -3638,7 +3638,7 @@
<listitem>
<para>
- <guimenuitem>Developer Machine</guimenuitem> : Choose this
+ <guimenuitem>Developer Machine</guimenuitem>: Choose this
option for a typical desktop workstation where MySQL is
intended only for personal use. It is assumed that many
other desktop applications are running. The MySQL server
@@ -3648,7 +3648,7 @@
<listitem>
<para>
- <guimenuitem>Server Machine</guimenuitem> : Choose this
+ <guimenuitem>Server Machine</guimenuitem>: Choose this
option for a server machine where the MySQL server is
running alongside other server applications such as FTP,
email, and web servers. The MySQL server is configured to
@@ -3658,8 +3658,8 @@
<listitem>
<para>
- <guimenuitem>Dedicated MySQL Server Machine</guimenuitem>
- : Choose this option for a server machine that is intended
+ <guimenuitem>Dedicated MySQL Server Machine</guimenuitem>:
+ Choose this option for a server machine that is intended
to run only the MySQL server. It is assumed that no other
applications are running. The MySQL server is configured
to use all available system resources.
@@ -3691,7 +3691,7 @@
<listitem>
<para>
- <guimenuitem>Multifunctional Database</guimenuitem> : This
+ <guimenuitem>Multifunctional Database</guimenuitem>: This
option enables both the <literal>InnoDB</literal> and
<literal>MyISAM</literal> storage engines and divides
resources evenly between the two. This option is
@@ -3702,7 +3702,7 @@
<listitem>
<para>
- <guimenuitem>Transactional Database Only</guimenuitem> :
+ <guimenuitem>Transactional Database Only</guimenuitem>:
This option enables both the <literal>InnoDB</literal> and
<literal>MyISAM</literal> storage engines, but dedicates
most server resources to the <literal>InnoDB</literal>
@@ -3714,11 +3714,12 @@
<listitem>
<para>
- <guimenuitem>Non-Transactional Database Only</guimenuitem>
- : This option disables the <literal>InnoDB</literal>
- storage engine completely and dedicates all server
- resources to the <literal>MyISAM</literal> storage engine.
- This option is recommended for users who do not use
+ <guimenuitem>Non-Transactional Database
+ Only</guimenuitem>: This option disables the
+ <literal>InnoDB</literal> storage engine completely and
+ dedicates all server resources to the
+ <literal>MyISAM</literal> storage engine. This option is
+ recommended for users who do not use
<literal>InnoDB</literal>.
</para>
</listitem>
@@ -3784,7 +3785,7 @@
<listitem>
<para>
- <guimenuitem>Decision Support (DSS)/OLAP</guimenuitem> :
+ <guimenuitem>Decision Support (DSS)/OLAP</guimenuitem>:
Choose this option if your server does not require a large
number of concurrent connections. The maximum number of
connections is set at 100, with an average of 20
@@ -3795,7 +3796,7 @@
<listitem>
<para>
<guimenuitem>Online Transaction Processing
- (OLTP)</guimenuitem> : Choose this option if your server
+ (OLTP)</guimenuitem>: Choose this option if your server
requires a large number of concurrent connections. The
maximum number of connections is set at 500.
</para>
@@ -3803,7 +3804,7 @@
<listitem>
<para>
- <guimenuitem>Manual Setting</guimenuitem> : Choose this
+ <guimenuitem>Manual Setting</guimenuitem>: Choose this
option to set the maximum number of concurrent connections
to the server manually. Choose the number of concurrent
connections from the drop-down box provided, or enter the
@@ -3877,7 +3878,7 @@
<listitem>
<para>
- <guimenuitem>Standard Character Set</guimenuitem> : Choose
+ <guimenuitem>Standard Character Set</guimenuitem>: Choose
this option if you want to use <literal>Latin1</literal>
as the default server character set.
<literal>Latin1</literal> is used for English and many
@@ -3888,7 +3889,7 @@
<listitem>
<para>
<guimenuitem>Best Support For
- Multilingualism</guimenuitem> : Choose this option if you
+ Multilingualism</guimenuitem>: Choose this option if you
want to use <literal>utf8</literal> as the default server
character set. <literal>utf8</literal> can store
characters from many different languages in a single
@@ -3899,10 +3900,10 @@
<listitem>
<para>
<guimenuitem>Manual Selected Default Character Set /
- Collation</guimenuitem> : Choose this option if you want
- to pick the server's default character set manually.
- Choose the desired character set from the provided
- drop-down list.
+ Collation</guimenuitem>: Choose this option if you want to
+ pick the server's default character set manually. Choose
+ the desired character set from the provided drop-down
+ list.
</para>
</listitem>
@@ -4829,7 +4830,7 @@
<listitem>
<para>
Under <guilabel>System Variables</guilabel>, select
- <guimenuitem>Path</guimenuitem> , and then click the
+ <guimenuitem>Path</guimenuitem>, and then click the
<guibutton>Edit</guibutton> button. The <guimenu>Edit System
Variable</guimenu> dialogue should appear.
</para>
@@ -9330,7 +9331,7 @@
<listitem>
<para>
From the <guimenu>File menu</guimenu>, select
- <guimenuitem>Open Workspace</guimenuitem> .
+ <guimenuitem>Open Workspace</guimenuitem>.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r890 - in trunk: . refman-5.1 | paul | 18 Jan |