List:Commits« Previous MessageNext Message »
From:paul Date:March 14 2007 3:37pm
Subject:svn commit - mysqldoc@docsrva: r5349 - in trunk: . refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2007-03-14 15:37:12 +0100 (Wed, 14 Mar 2007)
New Revision: 5349

Log:
 r17664@frost:  paul | 2007-03-14 09:30:56 -0500
 Add section/manpage for mysql_setpermission.


Modified:
   trunk/refman-4.1/client-utility-programs.xml
   trunk/refman-4.1/installing.xml
   trunk/refman-5.0/client-utility-programs.xml
   trunk/refman-5.0/installing-cs.xml
   trunk/refman-5.1/client-utility-programs.xml
   trunk/refman-5.1/installing.xml

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


Modified: trunk/refman-4.1/client-utility-programs.xml
===================================================================
--- trunk/refman-4.1/client-utility-programs.xml	2007-03-14 14:28:08 UTC (rev 5348)
+++ trunk/refman-4.1/client-utility-programs.xml	2007-03-14 14:37:12 UTC (rev 5349)
Changed blocks: 2, Lines Added: 232, Lines Deleted: 0; 7745 bytes

@@ -323,6 +323,21 @@
       <listitem>
         <para>
           <indexterm>
+           
<primary><command>mysql_setpermission</command></primary>
+          </indexterm>
+
+          <command>mysql_setpermission</command>
+        </para>
+
+        <para>
+          A utility for interactively setting permissions in the MySQL
+          grant tables. <xref linkend="mysql-setpermission"/>.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <indexterm>
             <primary><command>mysql_zap</command></primary>
           </indexterm>
 

@@ -13498,6 +13513,223 @@
 
   </section>
 
+  <section id="fake-id-for-mysql-setpermission-manpage-section-wrapper">
+
+    <title>fake title for mysql_setpermission manpage section wrapper</title>
+
+    <refentry id="mysql-setpermission">
+
+      <indexterm>
+        <primary><command>mysql_setpermission</command></primary>
+      </indexterm>
+
+      <refmeta>
+       
<refentrytitle><command>mysql_setpermission</command></refentrytitle>
+         
+        <manvolnum>1</manvolnum>
+        <refmiscinfo class="manual">MySQL Database System</refmiscinfo>
+        <refmiscinfo class="source">MySQL</refmiscinfo>
+        <refmiscinfo class="version">&current-series;</refmiscinfo>
+        <refmiscinfo class="refman">Interactively Set Permissions in Grant
+Tables</refmiscinfo>
+      </refmeta>
+
+      <refnamediv>
+        <refname>mysql_setpermission</refname>
+         
+        <refpurpose>interactively set permissions in grant
tables</refpurpose>
+      </refnamediv>
+
+      <refsynopsisdiv>
+        <cmdsynopsis>
+          <command>mysql_setpermission
[<replaceable>options</replaceable>]</command>
+        </cmdsynopsis>
+      </refsynopsisdiv>
+
+      <refsection id="mysql-setpermission-description">
+
+        <title>Description</title>
+
+        <para>
+          <command>mysql_setpermission</command> is a Perl script that
+          was originally written and contributed by Luuk de Boer. It
+          interactively sets permissions in the MySQL grant tables.
+          <command>mysql_setpermission</command> is written in Perl and
+          requires that the <literal>DBI</literal> and
+          <literal>DBD::mysql</literal> Perl modules be installed (see
+          <xref linkend="perl-support"/>).
+        </para>
+
+        <para>
+          Invoke <command>mysql_setpermission</command> like this:
+        </para>
+
+<programlisting>
+shell&gt; <userinput>mysql_setpermission
[<replaceable>options</replaceable>]</userinput>
+</programlisting>
+
+        <para>
+          <replaceable>options</replaceable> should be either
+          <option>--help</option> to display the help message, or
+          options that indicate how to connect to the MySQL server. The
+          account used when you connect determines which permissions
+          you have when attempting to modify existing permissions in the
+          grant tables.
+        </para>
+
+        <para>
+          <command>mysql_setpermissions</command> also reads options
+          from the <literal>[client]</literal> and
+          <literal>[perl]</literal> groups in the
+          <filename>.my.cnf</filename> file in your home directory, if
+          the file exists.
+        </para>
+
+        <para>
+          <command>mysql_setpermission</command> understands the
+          following options:
+        </para>
+
+        <itemizedlist>
+
+          <listitem>
+            <para>
+              <indexterm>
+                <primary>mysql_setpermission</primary>
+                <secondary>help option</secondary>
+              </indexterm>
+
+              <indexterm>
+                <primary>help option</primary>
+                <secondary>mysql_setpermission</secondary>
+              </indexterm>
+
+              <option>--help</option>
+            </para>
+
+            <para>
+              Display a help message and exit.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
+              <indexterm>
+                <primary>mysql_setpermission</primary>
+                <secondary>host option</secondary>
+              </indexterm>
+
+              <indexterm>
+                <primary>host option</primary>
+                <secondary>mysql_setpermission</secondary>
+              </indexterm>
+
+             
<option>--host=<replaceable>host_name</replaceable></option>
+            </para>
+
+            <para>
+              Connect to the MySQL server on the given host.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
+              <indexterm>
+                <primary>mysql_setpermission</primary>
+                <secondary>password option</secondary>
+              </indexterm>
+
+              <indexterm>
+                <primary>password option</primary>
+                <secondary>mysql_setpermission</secondary>
+              </indexterm>
+
+             
<option>--password=<replaceable>password</replaceable></option>
+            </para>
+
+            <para>
+              The password to use when connecting to the server. Note
+              that the password value is not optional for this option,
+              unlike for other MySQL programs. You can use an option
+              file to avoid giving the password on the command line.
+            </para>
+
+            <para>
+              Specifying a password on the command line should be
+              considered insecure. See
+              <xref linkend="password-security"/>.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
+              <indexterm>
+                <primary>mysql_setpermission</primary>
+                <secondary>port option</secondary>
+              </indexterm>
+
+              <indexterm>
+                <primary>port option</primary>
+                <secondary>mysql_setpermission</secondary>
+              </indexterm>
+
+             
<option>--port=<replaceable>port_num</replaceable></option>
+            </para>
+
+            <para>
+              The TCP/IP port number to use for the connection.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
+              <indexterm>
+                <primary>mysql_setpermission</primary>
+                <secondary>socket option</secondary>
+              </indexterm>
+
+              <indexterm>
+                <primary>socket option</primary>
+                <secondary>mysql_setpermission</secondary>
+              </indexterm>
+
+             
<option>--socket=<replaceable>path</replaceable></option>
+            </para>
+
+            <para>
+              For connections to <literal>localhost</literal>, the Unix
+              socket file to use.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
+              <indexterm>
+                <primary>mysql_setpermission</primary>
+                <secondary>user option</secondary>
+              </indexterm>
+
+              <indexterm>
+                <primary>user option</primary>
+                <secondary>mysql_setpermission</secondary>
+              </indexterm>
+
+             
<option>--user=<replaceable>user_name</replaceable></option>
+            </para>
+
+            <para>
+              The MySQL username to use when connecting to the server.
+            </para>
+          </listitem>
+
+        </itemizedlist>
+
+      </refsection>
+
+    </refentry>
+
+  </section>
+
   <section id="fake-id-for-mysql-zap-manpage-section-wrapper">
 
     <title>fake title for mysql_zap manpage section wrapper</title>


Modified: trunk/refman-4.1/installing.xml
===================================================================
--- trunk/refman-4.1/installing.xml	2007-03-14 14:28:08 UTC (rev 5348)
+++ trunk/refman-4.1/installing.xml	2007-03-14 14:37:12 UTC (rev 5349)
Changed blocks: 2, Lines Added: 7, Lines Deleted: 4; 1349 bytes

@@ -7177,8 +7177,9 @@
           You can set up new accounts using the
           <command>bin/mysql_setpermission</command> script if you
           install the <literal>DBI</literal> and
-          <literal>DBD::mysql</literal> Perl modules. For instructions,
-          see <xref linkend="perl-support"/>.
+          <literal>DBD::mysql</literal> Perl modules. See
+          <xref linkend="mysql-setpermission"/>. For Perl module
+          installation instructions, see <xref linkend="perl-support"/>.
         </para>
       </listitem>
 

@@ -7729,8 +7730,10 @@
             You can set up new accounts using the
             <command>bin/mysql_setpermission</command> script if you
             install the <literal>DBI</literal> and
-            <literal>DBD::mysql</literal> Perl modules. For
-            instructions, see <xref linkend="perl-support"/>.
+            <literal>DBD::mysql</literal> Perl modules. See
+            <xref linkend="mysql-setpermission"/>. For Perl module
+            installation instructions, see
+            <xref linkend="perl-support"/>.
           </para>
         </listitem>
 


Modified: trunk/refman-5.0/client-utility-programs.xml
===================================================================
--- trunk/refman-5.0/client-utility-programs.xml	2007-03-14 14:28:08 UTC (rev 5348)
+++ trunk/refman-5.0/client-utility-programs.xml	2007-03-14 14:37:12 UTC (rev 5349)
Changed blocks: 2, Lines Added: 232, Lines Deleted: 0; 7745 bytes

@@ -309,6 +309,21 @@
       <listitem>
         <para>
           <indexterm>
+           
<primary><command>mysql_setpermission</command></primary>
+          </indexterm>
+
+          <command>mysql_setpermission</command>
+        </para>
+
+        <para>
+          A utility for interactively setting permissions in the MySQL
+          grant tables. <xref linkend="mysql-setpermission"/>.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <indexterm>
             <primary><command>mysql_zap</command></primary>
           </indexterm>
 

@@ -13918,6 +13933,223 @@
 
   </section>
 
+  <section id="fake-id-for-mysql-setpermission-manpage-section-wrapper">
+
+    <title>fake title for mysql_setpermission manpage section wrapper</title>
+
+    <refentry id="mysql-setpermission">
+
+      <indexterm>
+        <primary><command>mysql_setpermission</command></primary>
+      </indexterm>
+
+      <refmeta>
+       
<refentrytitle><command>mysql_setpermission</command></refentrytitle>
+         
+        <manvolnum>1</manvolnum>
+        <refmiscinfo class="manual">MySQL Database System</refmiscinfo>
+        <refmiscinfo class="source">MySQL</refmiscinfo>
+        <refmiscinfo class="version">&current-series;</refmiscinfo>
+        <refmiscinfo class="refman">Interactively Set Permissions in Grant
+Tables</refmiscinfo>
+      </refmeta>
+
+      <refnamediv>
+        <refname>mysql_setpermission</refname>
+         
+        <refpurpose>interactively set permissions in grant
tables</refpurpose>
+      </refnamediv>
+
+      <refsynopsisdiv>
+        <cmdsynopsis>
+          <command>mysql_setpermission
[<replaceable>options</replaceable>]</command>
+        </cmdsynopsis>
+      </refsynopsisdiv>
+
+      <refsection id="mysql-setpermission-description">
+
+        <title>Description</title>
+
+        <para>
+          <command>mysql_setpermission</command> is a Perl script that
+          was originally written and contributed by Luuk de Boer. It
+          interactively sets permissions in the MySQL grant tables.
+          <command>mysql_setpermission</command> is written in Perl and
+          requires that the <literal>DBI</literal> and
+          <literal>DBD::mysql</literal> Perl modules be installed (see
+          <xref linkend="perl-support"/>).
+        </para>
+
+        <para>
+          Invoke <command>mysql_setpermission</command> like this:
+        </para>
+
+<programlisting>
+shell&gt; <userinput>mysql_setpermission
[<replaceable>options</replaceable>]</userinput>
+</programlisting>
+
+        <para>
+          <replaceable>options</replaceable> should be either
+          <option>--help</option> to display the help message, or
+          options that indicate how to connect to the MySQL server. The
+          account used when you connect determines which permissions
+          you have when attempting to modify existing permissions in the
+          grant tables.
+        </para>
+
+        <para>
+          <command>mysql_setpermissions</command> also reads options
+          from the <literal>[client]</literal> and
+          <literal>[perl]</literal> groups in the
+          <filename>.my.cnf</filename> file in your home directory, if
+          the file exists.
+        </para>
+
+        <para>
+          <command>mysql_setpermission</command> understands the
+          following options:
+        </para>
+
+        <itemizedlist>
+
+          <listitem>
+            <para>
+              <indexterm>
+                <primary>mysql_setpermission</primary>
+                <secondary>help option</secondary>
+              </indexterm>
+
+              <indexterm>
+                <primary>help option</primary>
+                <secondary>mysql_setpermission</secondary>
+              </indexterm>
+
+              <option>--help</option>
+            </para>
+
+            <para>
+              Display a help message and exit.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
+              <indexterm>
+                <primary>mysql_setpermission</primary>
+                <secondary>host option</secondary>
+              </indexterm>
+
+              <indexterm>
+                <primary>host option</primary>
+                <secondary>mysql_setpermission</secondary>
+              </indexterm>
+
+             
<option>--host=<replaceable>host_name</replaceable></option>
+            </para>
+
+            <para>
+              Connect to the MySQL server on the given host.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
+              <indexterm>
+                <primary>mysql_setpermission</primary>
+                <secondary>password option</secondary>
+              </indexterm>
+
+              <indexterm>
+                <primary>password option</primary>
+                <secondary>mysql_setpermission</secondary>
+              </indexterm>
+
+             
<option>--password=<replaceable>password</replaceable></option>
+            </para>
+
+            <para>
+              The password to use when connecting to the server. Note
+              that the password value is not optional for this option,
+              unlike for other MySQL programs. You can use an option
+              file to avoid giving the password on the command line.
+            </para>
+
+            <para>
+              Specifying a password on the command line should be
+              considered insecure. See
+              <xref linkend="password-security"/>.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
+              <indexterm>
+                <primary>mysql_setpermission</primary>
+                <secondary>port option</secondary>
+              </indexterm>
+
+              <indexterm>
+                <primary>port option</primary>
+                <secondary>mysql_setpermission</secondary>
+              </indexterm>
+
+             
<option>--port=<replaceable>port_num</replaceable></option>
+            </para>
+
+            <para>
+              The TCP/IP port number to use for the connection.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
+              <indexterm>
+                <primary>mysql_setpermission</primary>
+                <secondary>socket option</secondary>
+              </indexterm>
+
+              <indexterm>
+                <primary>socket option</primary>
+                <secondary>mysql_setpermission</secondary>
+              </indexterm>
+
+             
<option>--socket=<replaceable>path</replaceable></option>
+            </para>
+
+            <para>
+              For connections to <literal>localhost</literal>, the Unix
+              socket file to use.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
+              <indexterm>
+                <primary>mysql_setpermission</primary>
+                <secondary>user option</secondary>
+              </indexterm>
+
+              <indexterm>
+                <primary>user option</primary>
+                <secondary>mysql_setpermission</secondary>
+              </indexterm>
+
+             
<option>--user=<replaceable>user_name</replaceable></option>
+            </para>
+
+            <para>
+              The MySQL username to use when connecting to the server.
+            </para>
+          </listitem>
+
+        </itemizedlist>
+
+      </refsection>
+
+    </refentry>
+
+  </section>
+
   <section id="fake-id-for-mysql-zap-manpage-section-wrapper">
 
     <title>fake title for mysql_zap manpage section wrapper</title>


Modified: trunk/refman-5.0/installing-cs.xml
===================================================================
--- trunk/refman-5.0/installing-cs.xml	2007-03-14 14:28:08 UTC (rev 5348)
+++ trunk/refman-5.0/installing-cs.xml	2007-03-14 14:37:12 UTC (rev 5349)
Changed blocks: 2, Lines Added: 7, Lines Deleted: 4; 1358 bytes

@@ -6314,8 +6314,9 @@
           You can set up new accounts using the
           <command>bin/mysql_setpermission</command> script if you
           install the <literal>DBI</literal> and
-          <literal>DBD::mysql</literal> Perl modules. For instructions,
-          see <xref linkend="perl-support"/>.
+          <literal>DBD::mysql</literal> Perl modules. See
+          <xref linkend="mysql-setpermission"/>. For Perl module
+          installation instructions, see <xref linkend="perl-support"/>.
         </para>
       </listitem>
 

@@ -6854,8 +6855,10 @@
             You can set up new accounts using the
             <command>bin/mysql_setpermission</command> script if you
             install the <literal>DBI</literal> and
-            <literal>DBD::mysql</literal> Perl modules. For
-            instructions, see <xref linkend="perl-support"/>.
+            <literal>DBD::mysql</literal> Perl modules. See
+            <xref linkend="mysql-setpermission"/>. For Perl module
+            installation instructions, see
+            <xref linkend="perl-support"/>.
           </para>
         </listitem>
 


Modified: trunk/refman-5.1/client-utility-programs.xml
===================================================================
--- trunk/refman-5.1/client-utility-programs.xml	2007-03-14 14:28:08 UTC (rev 5348)
+++ trunk/refman-5.1/client-utility-programs.xml	2007-03-14 14:37:12 UTC (rev 5349)
Changed blocks: 2, Lines Added: 232, Lines Deleted: 0; 7745 bytes

@@ -309,6 +309,21 @@
       <listitem>
         <para>
           <indexterm>
+           
<primary><command>mysql_setpermission</command></primary>
+          </indexterm>
+
+          <command>mysql_setpermission</command>
+        </para>
+
+        <para>
+          A utility for interactively setting permissions in the MySQL
+          grant tables. <xref linkend="mysql-setpermission"/>.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <indexterm>
             <primary><command>mysql_zap</command></primary>
           </indexterm>
 

@@ -14648,6 +14663,223 @@
 
   </section>
 
+  <section id="fake-id-for-mysql-setpermission-manpage-section-wrapper">
+
+    <title>fake title for mysql_setpermission manpage section wrapper</title>
+
+    <refentry id="mysql-setpermission">
+
+      <indexterm>
+        <primary><command>mysql_setpermission</command></primary>
+      </indexterm>
+
+      <refmeta>
+       
<refentrytitle><command>mysql_setpermission</command></refentrytitle>
+         
+        <manvolnum>1</manvolnum>
+        <refmiscinfo class="manual">MySQL Database System</refmiscinfo>
+        <refmiscinfo class="source">MySQL</refmiscinfo>
+        <refmiscinfo class="version">&current-series;</refmiscinfo>
+        <refmiscinfo class="refman">Interactively Set Permissions in Grant
+Tables</refmiscinfo>
+      </refmeta>
+
+      <refnamediv>
+        <refname>mysql_setpermission</refname>
+         
+        <refpurpose>interactively set permissions in grant
tables</refpurpose>
+      </refnamediv>
+
+      <refsynopsisdiv>
+        <cmdsynopsis>
+          <command>mysql_setpermission
[<replaceable>options</replaceable>]</command>
+        </cmdsynopsis>
+      </refsynopsisdiv>
+
+      <refsection id="mysql-setpermission-description">
+
+        <title>Description</title>
+
+        <para>
+          <command>mysql_setpermission</command> is a Perl script that
+          was originally written and contributed by Luuk de Boer. It
+          interactively sets permissions in the MySQL grant tables.
+          <command>mysql_setpermission</command> is written in Perl and
+          requires that the <literal>DBI</literal> and
+          <literal>DBD::mysql</literal> Perl modules be installed (see
+          <xref linkend="perl-support"/>).
+        </para>
+
+        <para>
+          Invoke <command>mysql_setpermission</command> like this:
+        </para>
+
+<programlisting>
+shell&gt; <userinput>mysql_setpermission
[<replaceable>options</replaceable>]</userinput>
+</programlisting>
+
+        <para>
+          <replaceable>options</replaceable> should be either
+          <option>--help</option> to display the help message, or
+          options that indicate how to connect to the MySQL server. The
+          account used when you connect determines which permissions
+          you have when attempting to modify existing permissions in the
+          grant tables.
+        </para>
+
+        <para>
+          <command>mysql_setpermissions</command> also reads options
+          from the <literal>[client]</literal> and
+          <literal>[perl]</literal> groups in the
+          <filename>.my.cnf</filename> file in your home directory, if
+          the file exists.
+        </para>
+
+        <para>
+          <command>mysql_setpermission</command> understands the
+          following options:
+        </para>
+
+        <itemizedlist>
+
+          <listitem>
+            <para>
+              <indexterm>
+                <primary>mysql_setpermission</primary>
+                <secondary>help option</secondary>
+              </indexterm>
+
+              <indexterm>
+                <primary>help option</primary>
+                <secondary>mysql_setpermission</secondary>
+              </indexterm>
+
+              <option>--help</option>
+            </para>
+
+            <para>
+              Display a help message and exit.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
+              <indexterm>
+                <primary>mysql_setpermission</primary>
+                <secondary>host option</secondary>
+              </indexterm>
+
+              <indexterm>
+                <primary>host option</primary>
+                <secondary>mysql_setpermission</secondary>
+              </indexterm>
+
+             
<option>--host=<replaceable>host_name</replaceable></option>
+            </para>
+
+            <para>
+              Connect to the MySQL server on the given host.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
+              <indexterm>
+                <primary>mysql_setpermission</primary>
+                <secondary>password option</secondary>
+              </indexterm>
+
+              <indexterm>
+                <primary>password option</primary>
+                <secondary>mysql_setpermission</secondary>
+              </indexterm>
+
+             
<option>--password=<replaceable>password</replaceable></option>
+            </para>
+
+            <para>
+              The password to use when connecting to the server. Note
+              that the password value is not optional for this option,
+              unlike for other MySQL programs. You can use an option
+              file to avoid giving the password on the command line.
+            </para>
+
+            <para>
+              Specifying a password on the command line should be
+              considered insecure. See
+              <xref linkend="password-security"/>.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
+              <indexterm>
+                <primary>mysql_setpermission</primary>
+                <secondary>port option</secondary>
+              </indexterm>
+
+              <indexterm>
+                <primary>port option</primary>
+                <secondary>mysql_setpermission</secondary>
+              </indexterm>
+
+             
<option>--port=<replaceable>port_num</replaceable></option>
+            </para>
+
+            <para>
+              The TCP/IP port number to use for the connection.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
+              <indexterm>
+                <primary>mysql_setpermission</primary>
+                <secondary>socket option</secondary>
+              </indexterm>
+
+              <indexterm>
+                <primary>socket option</primary>
+                <secondary>mysql_setpermission</secondary>
+              </indexterm>
+
+             
<option>--socket=<replaceable>path</replaceable></option>
+            </para>
+
+            <para>
+              For connections to <literal>localhost</literal>, the Unix
+              socket file to use.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
+              <indexterm>
+                <primary>mysql_setpermission</primary>
+                <secondary>user option</secondary>
+              </indexterm>
+
+              <indexterm>
+                <primary>user option</primary>
+                <secondary>mysql_setpermission</secondary>
+              </indexterm>
+
+             
<option>--user=<replaceable>user_name</replaceable></option>
+            </para>
+
+            <para>
+              The MySQL username to use when connecting to the server.
+            </para>
+          </listitem>
+
+        </itemizedlist>
+
+      </refsection>
+
+    </refentry>
+
+  </section>
+
   <section id="fake-id-for-mysql-zap-manpage-section-wrapper">
 
     <title>fake title for mysql_zap manpage section wrapper</title>


Modified: trunk/refman-5.1/installing.xml
===================================================================
--- trunk/refman-5.1/installing.xml	2007-03-14 14:28:08 UTC (rev 5348)
+++ trunk/refman-5.1/installing.xml	2007-03-14 14:37:12 UTC (rev 5349)
Changed blocks: 2, Lines Added: 7, Lines Deleted: 4; 1349 bytes

@@ -7057,8 +7057,9 @@
           You can set up new accounts using the
           <command>bin/mysql_setpermission</command> script if you
           install the <literal>DBI</literal> and
-          <literal>DBD::mysql</literal> Perl modules. For instructions,
-          see <xref linkend="perl-support"/>.
+          <literal>DBD::mysql</literal> Perl modules. See
+          <xref linkend="mysql-setpermission"/>. For Perl module
+          installation instructions, see <xref linkend="perl-support"/>.
         </para>
       </listitem>
 

@@ -7597,8 +7598,10 @@
             You can set up new accounts using the
             <command>bin/mysql_setpermission</command> script if you
             install the <literal>DBI</literal> and
-            <literal>DBD::mysql</literal> Perl modules. For
-            instructions, see <xref linkend="perl-support"/>.
+            <literal>DBD::mysql</literal> Perl modules. See
+            <xref linkend="mysql-setpermission"/>. For Perl module
+            installation instructions, see
+            <xref linkend="perl-support"/>.
           </para>
         </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r5349 - in trunk: . refman-4.1 refman-5.0 refman-5.1paul14 Mar