From: Date: April 12 2007 12:22am Subject: svn commit - mysqldoc@docsrva: r5842 - trunk/userguide List-Archive: http://lists.mysql.com/commits/24336 Message-Id: <200704112222.l3BMMX3N014878@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 @@ Using <command>mysqldump</command> - The mysqldump utility is a database back-up + The mysqldump 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 @@ ‘>’. Since the option is not specified, it defaults to localhost. Likewise, - will default to 33306. Since no password is given at the + will default to 3306. Since no password is given at the command line, you will be prompted for one. @@ -483,7 +483,7 @@ - shell> mysql -u username -p db_name< dump.sql + shell> mysql -u username -p db_name < dump.sql @@ -627,7 +627,7 @@ Apart from exporting databases in various text formats, it is also possible to export to other database formats such as MS - SQL Sever, PostgreSQL, or even to + SQL Server, PostgreSQL, or even to convert to earlier versions of MySQL. This is done using the option. Using this option makes a best guess at transforming MySQL