List:Commits« Previous MessageNext Message »
From:paul Date:March 5 2007 7:56pm
Subject:svn commit - mysqldoc@docsrva: r5171 - in trunk: . refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2007-03-05 19:55:52 +0100 (Mon, 05 Mar 2007)
New Revision: 5171

Log:
 r20960@polar:  paul | 2007-03-05 12:54:00 -0600
 Create section for mysql_create_system_tables.


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

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:20956
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:16997
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:20960
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:16997
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/database-administration.xml
===================================================================
--- trunk/refman-4.1/database-administration.xml	2007-03-05 18:47:37 UTC (rev 5170)
+++ trunk/refman-4.1/database-administration.xml	2007-03-05 18:55:52 UTC (rev 5171)
Changed blocks: 4, Lines Added: 89, Lines Deleted: 2; 4322 bytes

@@ -189,6 +189,22 @@
       <listitem>
         <para>
           <indexterm>
+            <primary>mysql_create_system_tables</primary>
+          </indexterm>
+
+          <command>mysql_create_system_tables</command>
+        </para>
+
+        <para>
+          This script is invoked by <command>mysql_install_db</command>
+          to initialize the grant tables with default privileges. See
+          <xref linkend="mysql-create-system-tables"/>.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <indexterm>
            
<primary><command>mysql_install_db</command></primary>
           </indexterm>
 

@@ -199,7 +215,8 @@
           This script creates the MySQL database and initializes the
           grant tables with default privileges. It is usually executed
           only once, when first installing MySQL on a system. See
-          <xref linkend="unix-post-installation"/>.
+          <xref linkend="unix-post-installation"/>, and
+          <xref linkend="mysql-install-db"/>.
         </para>
       </listitem>
 

@@ -11632,6 +11649,76 @@
 
     <title>Installation-Related Programs</title>
 
+    <section id="fake-id-for-mysql-create-system-tables-manpage-section-wrapper">
+
+      <title>fake title for mysql_create_system_tables manpage section
wrapper</title>
+
+      <refentry id="mysql-create-system-tables">
+
+        <indexterm>
+          <primary>mysql_create_system_tables</primary>
+        </indexterm>
+
+        <indexterm>
+          <primary>initializing</primary>
+          <secondary>grant tables</secondary>
+        </indexterm>
+
+        <indexterm>
+          <primary>grant tables</primary>
+          <secondary>initializing</secondary>
+        </indexterm>
+
+        <refmeta>
+         
<refentrytitle><command>mysql_create_system_tables</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">Initialize MySQL System
Tables</refmiscinfo>
+        </refmeta>
+
+        <refnamediv>
+          <refname>mysql_create_system_tables</refname>
+           
+          <refpurpose>initialize MySQL system tables</refpurpose>
+        </refnamediv>
+
+        <refsynopsisdiv>
+          <cmdsynopsis>
+            <command>mysql_create_system_tables {test|verbose}
<replaceable>path_to_mysql_database</replaceable>
<replaceable>host_name</replaceable>
<replaceable>windows_option</replaceable></command>
+          </cmdsynopsis>
+        </refsynopsisdiv>
+
+        <refsection id="mysql-create-system-tables-description">
+
+          <title>Description</title>
+
+          <para>
+            <command>mysql_create_system_tables</command> is a helper
+            script that is invoked by
+            <command>mysql_install_db</command> to initialize any grant
+            tables that do not exist.
+          </para>
+
+          <para>
+            The first argument is <literal>test</literal> (create the
+            <literal>test</literal> database) or
+            <literal>verbose</literal> (display more information while
+            the script runs. The second argument is the path to the
+            <literal>mysql</literal> database directory. The third
+            argument is the hostname to use in grant table entries. The
+            fourth argument is 1 if the script is being run to create
+            tables for use on Windows, 0 otherwise.
+          </para>
+
+        </refsection>
+
+      </refentry>
+
+    </section>
+
     <section id="fake-id-for-mysql-fix-privilege-tables-manpage-section-wrapper">
 
       <title>fake title for mysql_fix_privilege_tables manpage section
wrapper</title>

@@ -11639,7 +11726,7 @@
       <refentry id="mysql-fix-privilege-tables">
 
         <indexterm>
-         
<primary><command>mysql_fix_privilege_tables</command></primary>
+          <primary>mysql_fix_privilege_tables</primary>
         </indexterm>
 
         <indexterm>


Modified: trunk/refman-5.0/database-administration.xml
===================================================================
--- trunk/refman-5.0/database-administration.xml	2007-03-05 18:47:37 UTC (rev 5170)
+++ trunk/refman-5.0/database-administration.xml	2007-03-05 18:55:52 UTC (rev 5171)
Changed blocks: 4, Lines Added: 89, Lines Deleted: 2; 4288 bytes

@@ -191,6 +191,22 @@
       <listitem>
         <para>
           <indexterm>
+            <primary>mysql_create_system_tables</primary>
+          </indexterm>
+
+          <command>mysql_create_system_tables</command>
+        </para>
+
+        <para>
+          This script is invoked by <command>mysql_install_db</command>
+          to initialize the grant tables with default privileges. See
+          <xref linkend="mysql-create-system-tables"/>.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <indexterm>
            
<primary><command>mysql_install_db</command></primary>
           </indexterm>
 

@@ -201,7 +217,8 @@
           This script creates the MySQL database and initializes the
           grant tables with default privileges. It is usually executed
           only once, when first installing MySQL on a system. See
-          <xref linkend="unix-post-installation"/>.
+          <xref linkend="unix-post-installation"/>, and
+          <xref linkend="mysql-install-db"/>.
         </para>
       </listitem>
 

@@ -15081,6 +15098,76 @@
 
     </section>
 
+    <section id="fake-id-for-mysql-create-system-tables-manpage-section-wrapper">
+
+      <title>fake title for mysql_create_system_tables manpage section
wrapper</title>
+
+      <refentry id="mysql-create-system-tables">
+
+        <indexterm>
+          <primary>mysql_create_system_tables</primary>
+        </indexterm>
+
+        <indexterm>
+          <primary>initializing</primary>
+          <secondary>grant tables</secondary>
+        </indexterm>
+
+        <indexterm>
+          <primary>grant tables</primary>
+          <secondary>initializing</secondary>
+        </indexterm>
+
+        <refmeta>
+         
<refentrytitle><command>mysql_create_system_tables</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">Initialize MySQL System
Tables</refmiscinfo>
+        </refmeta>
+
+        <refnamediv>
+          <refname>mysql_create_system_tables</refname>
+           
+          <refpurpose>initialize MySQL system tables</refpurpose>
+        </refnamediv>
+
+        <refsynopsisdiv>
+          <cmdsynopsis>
+            <command>mysql_create_system_tables {test|verbose}
<replaceable>path_to_mysql_database</replaceable>
<replaceable>host_name</replaceable>
<replaceable>windows_option</replaceable></command>
+          </cmdsynopsis>
+        </refsynopsisdiv>
+
+        <refsection id="mysql-create-system-tables-description">
+
+          <title>Description</title>
+
+          <para>
+            <command>mysql_create_system_tables</command> is a helper
+            script that is invoked by
+            <command>mysql_install_db</command> to initialize any grant
+            tables that do not exist.
+          </para>
+
+          <para>
+            The first argument is <literal>test</literal> (create the
+            <literal>test</literal> database) or
+            <literal>verbose</literal> (display more information while
+            the script runs. The second argument is the path to the
+            <literal>mysql</literal> database directory. The third
+            argument is the hostname to use in grant table entries. The
+            fourth argument is 1 if the script is being run to create
+            tables for use on Windows, 0 otherwise.
+          </para>
+
+        </refsection>
+
+      </refentry>
+
+    </section>
+
     <section id="fake-id-for-mysql-fix-privilege-tables-manpage-section-wrapper">
 
       <title>fake title for mysql_fix_privilege_tables manpage section
wrapper</title>

@@ -15088,7 +15175,7 @@
       <refentry id="mysql-fix-privilege-tables">
 
         <indexterm>
-         
<primary><command>mysql_fix_privilege_tables</command></primary>
+          <primary>mysql_fix_privilege_tables</primary>
         </indexterm>
 
         <indexterm>


Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml	2007-03-05 18:47:37 UTC (rev 5170)
+++ trunk/refman-5.1/database-administration.xml	2007-03-05 18:55:52 UTC (rev 5171)
Changed blocks: 4, Lines Added: 89, Lines Deleted: 2; 4288 bytes

@@ -174,6 +174,22 @@
       <listitem>
         <para>
           <indexterm>
+            <primary>mysql_create_system_tables</primary>
+          </indexterm>
+
+          <command>mysql_create_system_tables</command>
+        </para>
+
+        <para>
+          This script is invoked by <command>mysql_install_db</command>
+          to initialize the grant tables with default privileges. See
+          <xref linkend="mysql-create-system-tables"/>.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <indexterm>
            
<primary><command>mysql_install_db</command></primary>
           </indexterm>
 

@@ -184,7 +200,8 @@
           This script creates the MySQL database and initializes the
           grant tables with default privileges. It is usually executed
           only once, when first installing MySQL on a system. See
-          <xref linkend="unix-post-installation"/>.
+          <xref linkend="unix-post-installation"/>, and
+          <xref linkend="mysql-install-db"/>.
         </para>
       </listitem>
 

@@ -15471,6 +15488,76 @@
 
     </section>
 
+    <section id="fake-id-for-mysql-create-system-tables-manpage-section-wrapper">
+
+      <title>fake title for mysql_create_system_tables manpage section
wrapper</title>
+
+      <refentry id="mysql-create-system-tables">
+
+        <indexterm>
+          <primary>mysql_create_system_tables</primary>
+        </indexterm>
+
+        <indexterm>
+          <primary>initializing</primary>
+          <secondary>grant tables</secondary>
+        </indexterm>
+
+        <indexterm>
+          <primary>grant tables</primary>
+          <secondary>initializing</secondary>
+        </indexterm>
+
+        <refmeta>
+         
<refentrytitle><command>mysql_create_system_tables</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">Initialize MySQL System
Tables</refmiscinfo>
+        </refmeta>
+
+        <refnamediv>
+          <refname>mysql_create_system_tables</refname>
+           
+          <refpurpose>initialize MySQL system tables</refpurpose>
+        </refnamediv>
+
+        <refsynopsisdiv>
+          <cmdsynopsis>
+            <command>mysql_create_system_tables {test|verbose}
<replaceable>path_to_mysql_database</replaceable>
<replaceable>host_name</replaceable>
<replaceable>windows_option</replaceable></command>
+          </cmdsynopsis>
+        </refsynopsisdiv>
+
+        <refsection id="mysql-create-system-tables-description">
+
+          <title>Description</title>
+
+          <para>
+            <command>mysql_create_system_tables</command> is a helper
+            script that is invoked by
+            <command>mysql_install_db</command> to initialize any grant
+            tables that do not exist.
+          </para>
+
+          <para>
+            The first argument is <literal>test</literal> (create the
+            <literal>test</literal> database) or
+            <literal>verbose</literal> (display more information while
+            the script runs. The second argument is the path to the
+            <literal>mysql</literal> database directory. The third
+            argument is the hostname to use in grant table entries. The
+            fourth argument is 1 if the script is being run to create
+            tables for use on Windows, 0 otherwise.
+          </para>
+
+        </refsection>
+
+      </refentry>
+
+    </section>
+
     <section id="fake-id-for-mysql-fix-privilege-tables-manpage-section-wrapper">
 
       <title>fake title for mysql_fix_privilege_tables manpage section
wrapper</title>

@@ -15478,7 +15565,7 @@
       <refentry id="mysql-fix-privilege-tables">
 
         <indexterm>
-         
<primary><command>mysql_fix_privilege_tables</command></primary>
+          <primary>mysql_fix_privilege_tables</primary>
         </indexterm>
 
         <indexterm>


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