Author: plavin
Date: 2007-04-06 22:45:50 +0200 (Fri, 06 Apr 2007)
New Revision: 5768
Log:
Minor corrections
Modified:
trunk/userguide/excel-mysql.xml
Modified: trunk/userguide/excel-mysql.xml
===================================================================
--- trunk/userguide/excel-mysql.xml 2007-04-06 20:00:02 UTC (rev 5767)
+++ trunk/userguide/excel-mysql.xml 2007-04-06 20:45:50 UTC (rev 5768)
Changed blocks: 3, Lines Added: 3, Lines Deleted: 3; 1060 bytes
@@ -1189,7 +1189,7 @@
</para>
<programlisting>
-shell> <command>mysqldump</command> <option>-u</option>
peter <option>-p</option> --databases association > newdb.sql
+shell> <command>mysqldump</command> <option>-u</option>
<replaceable>username</replaceable> <option>-p</option>
association > newdb.sql
</programlisting>
<note>
@@ -1229,7 +1229,7 @@
</para>
<programlisting>
-shell> <command>mysql</command> <option>-u</option>
<replaceable>peter</replaceable> -p < newdb.sql
+shell> <command>mysql</command> <option>-u</option>
<replaceable>username</replaceable> -p < newdb.sql
</programlisting>
<note>
@@ -1301,7 +1301,7 @@
</section>
- <section id="uiserguide-migration-script">
+ <section id="userguide-migration-script">
<title>The Migration Script</title>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r5768 - trunk/userguide | plavin | 6 Apr |