List:Commits« Previous MessageNext Message »
From:plavin Date:May 15 2007 9:02pm
Subject:svn commit - mysqldoc@docsrva: r6473 - trunk/userguide
View as plain text  
Author: plavin
Date: 2007-05-15 21:02:05 +0200 (Tue, 15 May 2007)
New Revision: 6473

Log:
Add client programmes to the newuserguide.xml file

Modified:
   trunk/userguide/mysql-client-programs.xml
   trunk/userguide/newuserguide.xml


Modified: trunk/userguide/mysql-client-programs.xml
===================================================================
--- trunk/userguide/mysql-client-programs.xml	2007-05-15 18:20:42 UTC (rev 6472)
+++ trunk/userguide/mysql-client-programs.xml	2007-05-15 19:02:05 UTC (rev 6473)
Changed blocks: 3, Lines Added: 5, Lines Deleted: 4; 1254 bytes

@@ -445,7 +445,7 @@
 
     <para>
       The <command>mysql</command> client is interactive shell. Once you
-      have opened the it you can use the <command>mysql</command>
+      have opened it you can use the <command>mysql</command>
       commands. A shortlist of the most useful commands follows:
     </para>
 

@@ -631,7 +631,7 @@
 </programlisting>
       
       <para>
-        The <command>help</command> is especially useful if you are new to
+        The <command>help</command> command is especially useful if you are
new to
         MySQL but even experienced users will find it helpful on many
         occasions.
       </para>

@@ -741,8 +741,9 @@
       </para>
 
       <para>
-        Apart from the options mentioned above, other essential
-        <command>mysqladmin</command> options are as follows:
+        Essential commands are shown above; the essential
+        <command>mysqladmin</command>
<emphasis>options</emphasis>
+         are as follows:
 
         <itemizedlist>
 


Modified: trunk/userguide/newuserguide.xml
===================================================================
--- trunk/userguide/newuserguide.xml	2007-05-15 18:20:42 UTC (rev 6472)
+++ trunk/userguide/newuserguide.xml	2007-05-15 19:02:05 UTC (rev 6473)
Changed blocks: 3, Lines Added: 32, Lines Deleted: 57; 2113 bytes

@@ -155,7 +155,8 @@
   </chapter>
 
 <!--Start Part I-->
-
+    
+  
   <part label="I">
 
     <title>Getting Started</title>

@@ -266,71 +267,49 @@
 
 <!--end gui tools-->
 
-<!--start basic admin-->
 
-    <chapter>
+<!--start client tools-->
 
-      <title>Basic Administration</title>
+    <xi:include href="mysql-client-programs.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
+<!--end client tools-->
+    
+    <!--start basic admin-->
+    
+    <chapter>
+      
+      <title>Basic Administration</title>
+      
       <section>
-
+        
         <title>Post Installation Tasks</title>
-
+        
         <para>
           taken from manual
         </para>
-
+        
       </section>
-
+      
       <section>
-
+        
         <title>PrivilegeSystem Basics</title>
-
+        
         <para></para>
-
+        
       </section>
-
+      
       <section>
-
+        
         <title>Access Denied Errors</title>
-
+        
         <para></para>
-
+        
       </section>
-
+      
     </chapter>
+    
+    <!--end basic admin-->
 
-<!--end basic admin-->
-
-<!--start useful tools-->
-
-    <chapter>
-
-      <title>Useful Tools</title>
-
-      <section>
-
-        <title>Command Line Tools</title>
-
-        <para></para>
-
-      </section>
-
-      <section>
-
-        <title>Tips</title>
-
-        <para>
-          mysql start-up options, invoking help from command line and
-          from within MySQL Administrator
-        </para>
-
-      </section>
-
-    </chapter>
-
-<!--end useful tools-->
-
   </part>
 
 <!--end Part I-->

@@ -1250,17 +1229,13 @@
       <para></para>
 
     </appendix>
-
+    
+    
+    <xi:include href="excel-mysql.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+    
     <appendix>
-
-      <title>Migrating an Excel Database to MySQL</title>
-
-      <para></para>
-
-    </appendix>
-
-    <appendix>
-
+      
+    
       <title>Using PHP Data Objects (PDO) With MySQL</title>
 
       <para></para>


Thread
svn commit - mysqldoc@docsrva: r6473 - trunk/userguideplavin15 May