List:Commits« Previous MessageNext Message »
From:paul.dubois Date:August 14 2008 4:13am
Subject:svn commit - mysqldoc@docsrva: r11556 - in trunk: . refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2008-08-14 06:13:50 +0200 (Thu, 14 Aug 2008)
New Revision: 11556

Log:
 r33354@frost:  paul | 2008-08-13 23:12:14 -0500
 Fix documentation bug:
 Bug#30549: Running mysqlmanager --passwd fails if runn from a 5250 terminal


Modified:
   trunk/refman-5.0/programs-admin-util-core.xml
   trunk/refman-5.1/programs-admin-util-core.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:33353
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32725
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:33354
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32725


Modified: trunk/refman-5.0/programs-admin-util-core.xml
===================================================================
--- trunk/refman-5.0/programs-admin-util-core.xml	2008-08-14 04:13:42 UTC (rev 11555)
+++ trunk/refman-5.0/programs-admin-util-core.xml	2008-08-14 04:13:50 UTC (rev 11556)
Changed blocks: 3, Lines Added: 21, Lines Deleted: 1; 1989 bytes

@@ -5863,6 +5863,8 @@
             Prepare an entry for the password file, print it to the
             standard output, and exit. You can redirect the output from
             Instance Manager to a file to save the entry in the file.
+            See also
+            <xref linkend="instance-manager-security-passwords"/>. This
           </para>
         </listitem>
 

@@ -5886,7 +5888,8 @@
             users and passwords. On Windows, the default is
             <filename>mysqlmanager.passwd</filename> in the directory
             where Instance Manager is installed. On Unix, the default
-            file is <filename>/etc/mysqlmanager.passwd</filename>.
+            file is <filename>/etc/mysqlmanager.passwd</filename>. See
+            also <xref linkend="instance-manager-security-passwords"/>.
           </para>
         </listitem>
 

@@ -6546,6 +6549,23 @@
 mike:*BBF1F551DD9DD96A01E66EC7DDC073911BAD17BA
 </programlisting>
 
+      <para>
+        Use of the <option>--password</option> option fails if
+        <command>mysqlmanager</command> is invoked directly from an IBM
+        5250 terminal. To work around this, use a command like the
+        following from the coommand line to generate the password entry:
+      </para>
+
+<programlisting>
+shell&lt; <userinput>mysql -B --skip-column-name \</userinput>
+         <userinput>-e 'SELECT CONCAT("<replaceable>user_name</replaceable>",":",PASSWORD("<replaceable>pass_val</replaceable>"));'</userinput>
+</programlisting>
+
+      <para>
+        The output from the command can be used an entry in the
+        <filename>/etc/mysqlmanager.passwd</filename> file.
+      </para>
+
     </refsection>
 
     <refsection id="instance-manager-security-monitoring">


Modified: trunk/refman-5.1/programs-admin-util-core.xml
===================================================================
--- trunk/refman-5.1/programs-admin-util-core.xml	2008-08-14 04:13:42 UTC (rev 11555)
+++ trunk/refman-5.1/programs-admin-util-core.xml	2008-08-14 04:13:50 UTC (rev 11556)
Changed blocks: 3, Lines Added: 22, Lines Deleted: 2; 2180 bytes

@@ -6175,7 +6175,9 @@
             in the password file. Unlike the
             <option>--password</option>/<option>-P</option> option for
             most MySQL programs, the password value is required, not
-            optional. This option was added in MySQL 5.1.12.
+            optional. See also
+            <xref linkend="instance-manager-security-passwords"/>. This
+            option was added in MySQL 5.1.12.
           </para>
         </listitem>
 

@@ -6199,7 +6201,8 @@
             users and passwords. On Windows, the default is
             <filename>mysqlmanager.passwd</filename> in the directory
             where Instance Manager is installed. On Unix, the default
-            file is <filename>/etc/mysqlmanager.passwd</filename>.
+            file is <filename>/etc/mysqlmanager.passwd</filename>. See
+            also <xref linkend="instance-manager-security-passwords"/>.
           </para>
         </listitem>
 

@@ -6936,6 +6939,23 @@
 </programlisting>
 
       <para>
+        Use of the <option>--password</option> option fails if
+        <command>mysqlmanager</command> is invoked directly from an IBM
+        5250 terminal. To work around this, use a command like the
+        following from the coommand line to generate the password entry:
+      </para>
+
+<programlisting>
+shell&lt; <userinput>mysql -B --skip-column-name \</userinput>
+         <userinput>-e 'SELECT CONCAT("<replaceable>user_name</replaceable>",":",PASSWORD("<replaceable>pass_val</replaceable>"));'</userinput>
+</programlisting>
+
+      <para>
+        The output from the command can be used an entry in the
+        <filename>/etc/mysqlmanager.passwd</filename> file.
+      </para>
+
+      <para>
         Beginning with MySQL 5.1.12, the <option>--passwd</option>
         option is renamed to <option>--print-password-line</option> and
         there are several other options for managing user accounts from


Thread
svn commit - mysqldoc@docsrva: r11556 - in trunk: . refman-5.0 refman-5.1paul.dubois14 Aug