Author: paul
Date: 2006-01-18 04:33:29 +0100 (Wed, 18 Jan 2006)
New Revision: 893
Log:
r6343@frost: paul | 2006-01-17 21:08:16 -0600
General revisions.
Modified:
trunk/
trunk/refman-4.1/client-utility-programs.xml
trunk/refman-5.0/client-utility-programs.xml
trunk/refman-5.1/client-utility-programs.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6342
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2265
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6343
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2265
Modified: trunk/refman-4.1/client-utility-programs.xml
===================================================================
--- trunk/refman-4.1/client-utility-programs.xml 2006-01-18 03:33:14 UTC (rev 892)
+++ trunk/refman-4.1/client-utility-programs.xml 2006-01-18 03:33:29 UTC (rev 893)
@@ -21,16 +21,16 @@
<para>
There are many different MySQL client programs that connect to the
server to access databases or perform administrative tasks. Other
- utilities are available as well. These do not communicate with the
- server but perform MySQL-related operations.
+ utilities are available as well. These do not establish a client
+ connection with the server but perform MySQL-related operations.
</para>
<para>
This chapter provides a brief overview of these programs and then a
- more detailed description of each one. The descriptions indicate how
- to invoke the programs and the options they understand. See
- <xref linkend="using-mysql-programs"/>, for general information on
- invoking programs and specifying program options.
+ more detailed description of each one. Each program's description
+ indicates its invocation syntax and the options that it understands.
+ See <xref linkend="using-mysql-programs"/>, for general information
+ on invoking programs and specifying program options.
</para>
<section id="client-utility-overview">
@@ -182,8 +182,8 @@
<para>
A client that dumps a MySQL database into a file as SQL
- statements or as tab-separated text files. Enhanced freeware
- originally by Igor Romanenko. See <xref linkend="mysqldump"/>.
+ statements or as tab-separated text files. See
+ <xref linkend="mysqldump"/>.
</para>
</listitem>
@@ -275,8 +275,8 @@
</para>
<para>
- A utility program that changes strings in place in files or on
- the standard input. See <xref linkend="replace-utility"/>.
+ A utility program that performs string replacement in the
+ input text. See <xref linkend="replace-utility"/>.
</para>
</listitem>
@@ -289,10 +289,10 @@
</para>
<para>
- Each MySQL program takes many different options. However, every
- MySQL program provides a <option>--help</option> option that you
- can use to get a full description of the program's different
- options. For example, try <command>mysql --help</command>.
+ Each MySQL program takes many different options. Most programs
+ provide a <option>--help</option> option that you can use to get a
+ full description of the program's different options. For example,
+ try <command>mysql --help</command>.
</para>
<indexterm>
@@ -300,9 +300,9 @@
</indexterm>
<para>
- MySQL clients that communicate with the server using the
- <literal>mysqlclient</literal> library use the following
- environment variables:
+ MySQL client programs that communicate with the server using the
+ MySQL client/server library use the following environment
+ variables:
</para>
<indexterm type="type">
@@ -379,7 +379,7 @@
<para>
You can override the default option values or values specified in
environment variables for all standard programs by specifying
- options in an option file or on the command line.
+ options in an option file or on the command line. See
<xref linkend="program-options"/>.
</para>
@@ -5613,7 +5613,8 @@
<title>Description</title>
<para>
- The <command>mysqldump</command> client can be used to dump a
+ The <command>mysqldump</command> client is a backup program
+ originally written by Igor Romanenko. It can be used to dump a
database or a collection of databases for backup or for
transferring the data to another SQL server (not necessarily a
MySQL server). The dump contains SQL statements to create the
Modified: trunk/refman-5.0/client-utility-programs.xml
===================================================================
--- trunk/refman-5.0/client-utility-programs.xml 2006-01-18 03:33:14 UTC (rev 892)
+++ trunk/refman-5.0/client-utility-programs.xml 2006-01-18 03:33:29 UTC (rev 893)
@@ -21,16 +21,16 @@
<para>
There are many different MySQL client programs that connect to the
server to access databases or perform administrative tasks. Other
- utilities are available as well. These do not communicate with the
- server but perform MySQL-related operations.
+ utilities are available as well. These do not establish a client
+ connection with the server but perform MySQL-related operations.
</para>
<para>
This chapter provides a brief overview of these programs and then a
- more detailed description of each one. The descriptions indicate how
- to invoke the programs and the options they understand. See
- <xref linkend="using-mysql-programs"/>, for general information on
- invoking programs and specifying program options.
+ more detailed description of each one. Each program's description
+ indicates its invocation syntax and the options that it understands.
+ See <xref linkend="using-mysql-programs"/>, for general information
+ on invoking programs and specifying program options.
</para>
<section id="client-utility-overview">
@@ -174,8 +174,8 @@
<para>
A client that dumps a MySQL database into a file as SQL
- statements or as tab-separated text files. Enhanced freeware
- originally by Igor Romanenko. See <xref linkend="mysqldump"/>.
+ statements or as tab-separated text files. See
+ <xref linkend="mysqldump"/>.
</para>
</listitem>
@@ -190,9 +190,8 @@
<para>
A utility that quickly makes backups of
- <literal>MyISAM</literal> or <literal>ISAM</literal> tables
- while the server is running. See
- <xref linkend="mysqlhotcopy"/>.
+ <literal>MyISAM</literal> tables while the server is running.
+ See <xref linkend="mysqlhotcopy"/>.
</para>
</listitem>
@@ -267,8 +266,8 @@
</para>
<para>
- A utility program that changes strings in place in files or on
- the standard input. See <xref linkend="replace-utility"/>.
+ A utility program that performs string replacement in the
+ input text. See <xref linkend="replace-utility"/>.
</para>
</listitem>
@@ -281,10 +280,10 @@
</para>
<para>
- Each MySQL program takes many different options. However, every
- MySQL program provides a <option>--help</option> option that you
- can use to get a full description of the program's different
- options. For example, try <command>mysql --help</command>.
+ Each MySQL program takes many different options. Most programs
+ provide a <option>--help</option> option that you can use to get a
+ full description of the program's different options. For example,
+ try <command>mysql --help</command>.
</para>
<indexterm>
@@ -292,9 +291,9 @@
</indexterm>
<para>
- MySQL clients that communicate with the server using the
- <literal>mysqlclient</literal> library use the following
- environment variables:
+ MySQL client programs that communicate with the server using the
+ MySQL client/server library use the following environment
+ variables:
</para>
<indexterm type="type">
@@ -371,7 +370,7 @@
<para>
You can override the default option values or values specified in
environment variables for all standard programs by specifying
- options in an option file or on the command line.
+ options in an option file or on the command line. See
<xref linkend="program-options"/>.
</para>
@@ -5729,7 +5728,8 @@
<title>Description</title>
<para>
- The <command>mysqldump</command> client can be used to dump a
+ The <command>mysqldump</command> client is a backup program
+ originally written by Igor Romanenko. It can be used to dump a
database or a collection of databases for backup or for
transferring the data to another SQL server (not necessarily a
MySQL server). The dump contains SQL statements to create the
Modified: trunk/refman-5.1/client-utility-programs.xml
===================================================================
--- trunk/refman-5.1/client-utility-programs.xml 2006-01-18 03:33:14 UTC (rev 892)
+++ trunk/refman-5.1/client-utility-programs.xml 2006-01-18 03:33:29 UTC (rev 893)
@@ -21,16 +21,16 @@
<para>
There are many different MySQL client programs that connect to the
server to access databases or perform administrative tasks. Other
- utilities are available as well. These do not communicate with the
- server but perform MySQL-related operations.
+ utilities are available as well. These do not establish a client
+ connection with the server but perform MySQL-related operations.
</para>
<para>
This chapter provides a brief overview of these programs and then a
- more detailed description of each one. The descriptions indicate how
- to invoke the programs and the options they understand. See
- <xref linkend="using-mysql-programs"/>, for general information on
- invoking programs and specifying program options.
+ more detailed description of each one. Each program's description
+ indicates its invocation syntax and the options that it understands.
+ See <xref linkend="using-mysql-programs"/>, for general information
+ on invoking programs and specifying program options.
</para>
<section id="client-utility-overview">
@@ -174,8 +174,8 @@
<para>
A client that dumps a MySQL database into a file as SQL
- statements or as tab-separated text files. Enhanced freeware
- originally by Igor Romanenko. See <xref linkend="mysqldump"/>.
+ statements or as tab-separated text files. See
+ <xref linkend="mysqldump"/>.
</para>
</listitem>
@@ -190,9 +190,8 @@
<para>
A utility that quickly makes backups of
- <literal>MyISAM</literal> or <literal>ISAM</literal> tables
- while the server is running. See
- <xref linkend="mysqlhotcopy"/>.
+ <literal>MyISAM</literal> tables while the server is running.
+ See <xref linkend="mysqlhotcopy"/>.
</para>
</listitem>
@@ -283,8 +282,8 @@
</para>
<para>
- A utility program that changes strings in place in files or on
- the standard input. See <xref linkend="replace-utility"/>.
+ A utility program that performs string replacement in the
+ input text. See <xref linkend="replace-utility"/>.
</para>
</listitem>
@@ -297,10 +296,10 @@
</para>
<para>
- Each MySQL program takes many different options. However, every
- MySQL program provides a <option>--help</option> option that you
- can use to get a full description of the program's different
- options. For example, try <command>mysql --help</command>.
+ Each MySQL program takes many different options. Most programs
+ provide a <option>--help</option> option that you can use to get a
+ full description of the program's different options. For example,
+ try <command>mysql --help</command>.
</para>
<indexterm>
@@ -308,9 +307,9 @@
</indexterm>
<para>
- MySQL clients that communicate with the server using the
- <literal>mysqlclient</literal> library use the following
- environment variables:
+ MySQL client programs that communicate with the server using the
+ MySQL client/server library use the following environment
+ variables:
</para>
<indexterm type="type">
@@ -387,7 +386,7 @@
<para>
You can override the default option values or values specified in
environment variables for all standard programs by specifying
- options in an option file or on the command line.
+ options in an option file or on the command line. See
<xref linkend="program-options"/>.
</para>
@@ -5769,7 +5768,8 @@
<title>Description</title>
<para>
- The <command>mysqldump</command> client can be used to dump a
+ The <command>mysqldump</command> client is a backup program
+ originally written by Igor Romanenko. It can be used to dump a
database or a collection of databases for backup or for
transferring the data to another SQL server (not necessarily a
MySQL server). The dump contains SQL statements to create the
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r893 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 18 Jan |