List:Commits« Previous MessageNext Message »
From:mhillyer Date:March 27 2006 7:54pm
Subject:svn commit - mysqldoc@docsrva: r1689 - in trunk: refman-5.0 refman-5.1
View as plain text  
Author: mhillyer
Date: 2006-03-27 21:54:57 +0200 (Mon, 27 Mar 2006)
New Revision: 1689

Log:
Add connection example to IM doc.

Modified:
   trunk/refman-5.0/database-administration.xml
   trunk/refman-5.1/database-administration.xml

Modified: trunk/refman-5.0/database-administration.xml
===================================================================
--- trunk/refman-5.0/database-administration.xml	2006-03-27 16:27:24 UTC (rev 1688)
+++ trunk/refman-5.0/database-administration.xml	2006-03-27 19:54:57 UTC (rev 1689)
@@ -6072,22 +6072,22 @@
               <xref linkend="table-cache"/>.
             </para>
           </listitem>
-          
+
           <listitem>
             <para>
               <literal>table_lock_wait_timeout</literal>
             </para>
-            
+
             <para>
               Specifies a wait timeout for table-level locks, in
               seconds. The default timeout is 50 seconds. The timeout is
               active only if the connection has open cursors. This
               variable can also be set globally at runtime (you need the
-              <literal>SUPER</literal> privilege to do this). It's 
+              <literal>SUPER</literal> privilege to do this). It's
               available as of MySQL 5.0.10.
             </para>
           </listitem>
-          
+
           <listitem>
             <para>
               <literal>table_type</literal>
@@ -13059,10 +13059,18 @@
           Once you've set up a password file for the MySQL Instance
           Manager and the IM is running, you can connect to it. You can
           use the <command>mysql</command> client tool connect through a
-          standard MySQL API. The following list of commands shows the
-          MySQL Instance Manager currently accepts, with samples.
+          standard MySQL API:
         </para>
 
+<programlisting>
+mysql --port=2273 --host=mydomain.org --user=mysql -p
+</programlisting>
+
+        <para>
+          The following list of commands shows the MySQL Instance
+          Manager currently accepts, with samples.
+        </para>
+
         <itemizedlist>
 
           <listitem>

Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml	2006-03-27 16:27:24 UTC (rev 1688)
+++ trunk/refman-5.1/database-administration.xml	2006-03-27 19:54:57 UTC (rev 1689)
@@ -12945,14 +12945,22 @@
 
         <title>&title-instance-manager-commands;</title>
 
-        <para>
+         <para>
           Once you've set up a password file for the MySQL Instance
           Manager and the IM is running, you can connect to it. You can
           use the <command>mysql</command> client tool connect through a
-          standard MySQL API. The following list of commands shows the
-          MySQL Instance Manager currently accepts, with samples.
+          standard MySQL API:
         </para>
 
+<programlisting>
+mysql --port=2273 --host=mydomain.org --user=mysql -p
+</programlisting>
+
+        <para>
+          The following list of commands shows the MySQL Instance
+          Manager currently accepts, with samples.
+        </para>
+
         <itemizedlist>
 
           <listitem>

Thread
svn commit - mysqldoc@docsrva: r1689 - in trunk: refman-5.0 refman-5.1mhillyer27 Mar