List:Commits« Previous MessageNext Message »
From:plavin Date:April 6 2007 10:45pm
Subject:svn commit - mysqldoc@docsrva: r5768 - trunk/userguide
View as plain text  
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&gt; <command>mysqldump</command> <option>-u</option>
peter <option>-p</option> --databases association &gt; newdb.sql
+shell&gt; <command>mysqldump</command> <option>-u</option>
<replaceable>username</replaceable> <option>-p</option>
association &gt; newdb.sql
 </programlisting>
 
     <note>

@@ -1229,7 +1229,7 @@
     </para>
 
 <programlisting>
-shell&gt; <command>mysql</command> <option>-u</option>
<replaceable>peter</replaceable> -p  &lt; newdb.sql
+shell&gt; <command>mysql</command> <option>-u</option>
<replaceable>username</replaceable> -p  &lt; 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/userguideplavin6 Apr