Author: plavin
Date: 2007-04-12 00:22:30 +0200 (Thu, 12 Apr 2007)
New Revision: 5842
Log:
Minor corrections
Modified:
trunk/userguide/mysqldump.xml
Modified: trunk/userguide/mysqldump.xml
===================================================================
--- trunk/userguide/mysqldump.xml 2007-04-11 21:51:58 UTC (rev 5841)
+++ trunk/userguide/mysqldump.xml 2007-04-11 22:22:30 UTC (rev 5842)
Changed blocks: 4, Lines Added: 4, Lines Deleted: 4; 2029 bytes
@@ -12,7 +12,7 @@
<title>Using <command>mysqldump</command></title>
<para>
- The <literal>mysqldump</literal> utility is a database back-up
+ The <command>mysqldump</command> utility is a database back-up
utility capable of copying everything on a specific MySQL server
— both the structure and the data. It can also be used to copy
a number of databases, one particular database, one or more tables
@@ -294,7 +294,7 @@
‘<literal>></literal>’. Since the
<option>--host</option> option is not specified, it defaults to
<literal>localhost</literal>. Likewise,
<option>--port</option>
- will default to <literal>33306</literal>. Since no password is given at
the
+ will default to <literal>3306</literal>. Since no password is given at
the
command line, you will be prompted for one.
</para>
@@ -483,7 +483,7 @@
</para>
<programlisting>
- shell> <userinput>mysql -u <replaceable>username</replaceable>
-p <replaceable>db_name</replaceable><
<replaceable>dump.sql</replaceable></userinput>
+ shell> <userinput>mysql -u <replaceable>username</replaceable>
-p <replaceable>db_name</replaceable> <
<replaceable>dump.sql</replaceable></userinput>
</programlisting>
<para>
@@ -627,7 +627,7 @@
<para>
Apart from exporting databases in various text formats, it is also
possible to export to other database formats such as <literal>MS
- SQL Sever</literal>, <literal>PostgreSQL</literal>, or even to
+ SQL Server</literal>, <literal>PostgreSQL</literal>, or even to
convert to earlier versions of MySQL. This is done using the
<option>--compatible=<replaceable>name</replaceable></option>
option. Using this option makes a best guess at transforming MySQL
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r5842 - trunk/userguide | plavin | 12 Apr |