List:Commits« Previous MessageNext Message »
From:mcbrown Date:November 1 2006 12:16pm
Subject:svn commit - mysqldoc@docsrva: r3816 - in trunk/refman-5.0: . images
View as plain text  
Author: mcbrown
Date: 2006-11-01 13:16:24 +0100 (Wed, 01 Nov 2006)
New Revision: 3816

Log:
Changing the install notes to be Windows/Linux compatible
New Linux screenshot
Minor changes to the generic config-wizard notes



Added:
   trunk/refman-5.0/images/mysql-esi-linux-fig1.png
Modified:
   trunk/refman-5.0/config-wizard.xml
   trunk/refman-5.0/installing-es.xml

Property changes on: trunk/refman-5.0/images/mysql-esi-linux-fig1.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream


Modified: trunk/refman-5.0/config-wizard.xml
===================================================================
--- trunk/refman-5.0/config-wizard.xml	2006-11-01 05:22:50 UTC (rev 3815)
+++ trunk/refman-5.0/config-wizard.xml	2006-11-01 12:16:24 UTC (rev 3816)
Changed blocks: 2, Lines Added: 1, Lines Deleted: 5; 737 bytes

@@ -11,7 +11,7 @@
   <!ENTITY % versions.entities    SYSTEM "versions.ent">
   %versions.entities;
 ]>
-   <section id="windows-config-wizard" role="cses">
+   <section id="mysql-config-wizard" role="cses">
 
       <title>Using the Configuration Wizard</title>
       

@@ -45,10 +45,6 @@
           <xref linkend="bug-reports"/>.
         </para>
 
-        <remark>
-          END INTRODUCTION
-        </remark>
-
       </section>
 
       <section id="mysql-config-wizard-starting" role="cses">


Added: trunk/refman-5.0/images/mysql-esi-linux-fig1.png
===================================================================


Changed blocks: 0, Lines Added: 0, Lines Deleted: 0; 327 bytes


Modified: trunk/refman-5.0/installing-es.xml
===================================================================
--- trunk/refman-5.0/installing-es.xml	2006-11-01 05:22:50 UTC (rev 3815)
+++ trunk/refman-5.0/installing-es.xml	2006-11-01 12:16:24 UTC (rev 3816)
Changed blocks: 3, Lines Added: 491, Lines Deleted: 287; 30642 bytes

@@ -18,64 +18,91 @@
   <indexterm>
     <primary>installing</primary>
     <secondary>MySQL Enterprise</secondary>
-  </indexterm> &es-only; <para>
-    The MySQL Enterprise Installer provides a single installation
-    package that can install and provide initial configuration of the
-    following components:
+  </indexterm> &es-only;
+  
+  <para>
+    MySQL Enterprise consists of the MySQL Enterprise Server and MySQL
+    Network Monitoring and Advisory Service. The MySQL Enterprise
+    Installer provides a single installation package that can install
+    MySQL Enterprise, and a number of additional components including
+    the MySQL Connectors and MySQL Documentation in a number of
+    different formats.
   </para>
 
+  <para>
+    The full list of components provided by the MySQL Enterprise
+    Installer is as follows:
+  </para>
+
   <itemizedlist>
 
     <listitem>
       <para>
-        MySQL Database Server (mysqld)
+        <emphasis role="bold">MySQL Enterprise Server</emphasis>,
+        incorporating:
       </para>
-    </listitem>
 
-    <listitem>
-      <para>
-        MySQL Command line tools and utilities
-      </para>
+      <itemizedlist>
+
+        <listitem>
+          <para>
+            MySQL Database Server (<literal>mysqld</literal>)
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            MySQL Command line tools and utilities
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            Developer components (including the MySQL Client Library for
+            use with third party tools and connectors; and the API for
+            C/C++ devlopers)
+          </para>
+        </listitem>
+
+      </itemizedlist>
     </listitem>
 
     <listitem>
       <para>
-        Developer components (including the MySQL Client Library for use
-        with third party tools and connectors; and the API for C/C++
-        devlopers)
+        <emphasis role="bold">MySQL Network Monitoring and Advisory
+        Service</emphasis>
       </para>
     </listitem>
-    
-    <listitem><para>MySQL Network Monitoring and Advisory Service</para></listitem>
 
     <listitem>
       <para>
-        MySQL GUI Tools, incorporating:
+        <emphasis role="bold">MySQL GUI Tools</emphasis>, incorporating:
       </para>
 
       <itemizedlist>
 
         <listitem>
           <para>
-            MySQL Administrator
+            <emphasis role="bold">MySQL Administrator</emphasis>
           </para>
         </listitem>
 
         <listitem>
           <para>
-            MySQL Query Browser
+            <emphasis role="bold">MySQL Query Browser</emphasis>
           </para>
         </listitem>
 
         <listitem>
           <para>
-            MySQL Workbench
+            <emphasis role="bold">MySQL Workbench</emphasis>
           </para>
         </listitem>
 
         <listitem>
           <para>
-            MySQL Migration Toolkit
+            <emphasis role="bold">MySQL Migration Toolkit (Windows
+            only)</emphasis>
           </para>
         </listitem>
 

@@ -91,20 +118,23 @@
 
         <listitem>
           <para>
-            Connector/J - a JDBC compliant Java interface
+            <emphasis role="bold">MySQL Connector/J</emphasis> &mdash; a
+            JDBC compliant Java interface
           </para>
         </listitem>
 
         <listitem>
           <para>
-            Connector/ODBC - an ODBC driver
+            <emphasis role="bold">MySQL Connector/ODBC</emphasis>
+            &mdash; an ODBC driver
           </para>
         </listitem>
 
         <listitem>
           <para>
-            Connector/NET - an ADO.NET compatible driver for the .NET
-            environment and languages
+            <emphasis role="bold">MySQL Connector/NET</emphasis> &mdash;
+            an ADO.NET compatible driver for the .NET environment and
+            languages
           </para>
         </listitem>
 

@@ -147,349 +177,523 @@
 
   </itemizedlist>
 
-  <section id="installing-es-windows">
+  <section id="installing-es-installer">
 
-    <title>Using the Windows MySQL Enterprise Installer</title>
+    <title>Running the Enterprise Installer</title>
 
-    <para>
-      Using the Enterprise Installer for Windows
-    </para>
+    <section id="installing-es-installer-windows">
 
-    <para>
-      The Enterprise Installer for Windows provides both background
-      information on MySQL and links to the MySQL Web site and
-      documentation. The installer can be used to add any of the MySQL
-      Enterprise components to your Microsoft Windows 2000, Windows XP
-      or Windows Server 2003 computers.
-    </para>
+      <title>Using the Enterprise Installer for Windows</title>
 
-    <para>
-      To start the installation process:
-    </para>
+      <para>
+        The Enterprise Installer for Windows provides both background
+        information on MySQL and links to the MySQL Web site and
+        documentation. The installer can be used to add any of the MySQL
+        Enterprise components to your Microsoft Windows 2000, Windows XP
+        or Windows Server 2003 computers.
+      </para>
 
-    <para>
-      Double click on the
-      <filename>mysql-enterprise-VER-win32.exe</filename> installer
-      application. There may be a slight pause before the installer
-      shows the first stage of the installation process as the installer
-      extracts some components.
-    </para>
+      <para>
+        To start the installation process:
+      </para>
 
-    <mediaobject>
-      <imageobject>
-        <imagedata fileref="images/mysql-esi-win32-fig1.png"
+      <para>
+        Double click on the
+        <filename>mysql-enterprise-VERSION-win32.exe</filename>
+        installer application. There may be a slight pause before the
+        installer shows the first stage of the installation process as
+        the installer extracts some components.
+      </para>
+
+      <mediaobject>
+        <imageobject>
+          <imagedata fileref="images/mysql-esi-win32-fig1.png"
           format="PNG"/>
-      </imageobject>
-      <textobject>
-        <phrase lang="en">MySQL Enterprise Installer Main
-        Screen</phrase>
-      </textobject>
-    </mediaobject>
+        </imageobject>
+        <textobject>
+          <phrase lang="en">MySQL Enterprise Installer Main Screen
+          (Windows)</phrase>
+        </textobject>
+      </mediaobject>
 
-    <para>
-      You will be offered three choices:
-    </para>
+    </section>
 
-    <itemizedlist>
+    <section id="installing-es-installer-linux">
 
-      <listitem>
-        <para>
-          Preparation - you can review hardware and software
-          requirements before installation, and review the Release Notes
-          for this installer.
-        </para>
+      <title>Using the Enterprise Installer for Linux</title>
 
-        <para>The hardware and software requirement</para>
-        
-        <mediaobject>
-          <imageobject>
-            <imagedata
-              fileref="images/mysql-esi-win32-fig2.png"
-              format="PNG"/>
-          </imageobject>
-          <textobject>
-            <phrase lang="en">MySQL Enterprise Installer System
-            Requirements</phrase>
-          </textobject>
-        </mediaobject>
+      <para>
+        The Enterprise Installer for Linux is available for a number of
+        different platforms. The installer is an executable component
+        that provides a GUI interface (using the X Windows System) to
+        the installation process using the native package management
+        format (for example RPM).
+      </para>
 
-        <para>Release notes provide information on the changes, bug fixes and
-          issues within the corresponding release. Please note that release
-          notes are currently provided only for MySQL server component. For
-          information on all releases, different release types and schedules,
-          please see <xref linkend="releasenotes-es"/>.</para>        
-        
-        <para>For information on the changes in MySQL Network Monitoring and
-          Advisory Service, MySQL GUI Tools and Connectors, please see the
-          relevant section of <xref
-            linkend="news"/>.</para>
-        
-        <mediaobject>
-          <imageobject>
-            <imagedata
-              fileref="images/mysql-esi-win32-fig3.png"
-              format="PNG"/>
-          </imageobject>
-          <textobject>
-            <phrase lang="en">MySQL Enterprise Installer Release
-            Notes</phrase>
-          </textobject>
-        </mediaobject>
-      </listitem>
+      <para>
+        To use the Linux Enterprise Installer:
+      </para>
 
-      <listitem>
-        <para>
-          Installation - you can run the installation process to install
-          the MySQL Server and supporting software, including the MySQL Network
-          Monitoring and Advisory Service, Connectors and documentation. 
-        </para>
-      </listitem>
+      <itemizedlist>
 
-      <listitem>
-        <para>
-          Other Information - links are provided for visiting the MySQL
-          web site and viewing the MySQL Enterprise License agreement.
-        </para>
-      </listitem>
+        <listitem>
+          <para>
+            you must be logged in as root (superuser). If you are not
+            logged in as root, you will be able to run the installer,
+            but the installation process will fai
+          </para>
+        </listitem>
 
-    </itemizedlist>
+        <listitem>
+          <para>
+            You must have access to a system running the X Window System
+            (X11). The system on which you are running the installer,
+            and the system where the installer interface is executing do
+            not need to be the same. The installer is self-contained;
+            the window manager and libraries that are installed on your
+            system should not affect your ability to run the installer.
+          </para>
+        </listitem>
 
-    <para>If you exit the installer at this stage, using the
-      <guibutton>Exit</guibutton> link, no software will have been installed. </para>
-    
-    <section id="installing-es-windows-installation">
+        <listitem>
+          <para>
+            The installer <emphasis>must</emphasis> be executed on the
+            system on which you want to install MySQL Enterprise.
+          </para>
+        </listitem>
 
-      <title>MySQL Enterprise Installation Process</title>
+      </itemizedlist>
 
       <para>
-        To install MySQL components, choose option 2 (Installation). The
-        main installation screen enables you select the type of
-        installation.
+        To start the installer, extract the installation package:
       </para>
 
+<programlisting>shell&gt; bunzip 
+<replaceable>mysql-enterprise-VERSION.PLATFORM.x86_64.tar.bz</replaceable>
+shell> tar xf <replaceable>mysql-enterprise-VERSION.PLATFORM.x86_64.tar</replaceable></programlisting>
+
+      <para>
+        The installer and packages can be located in the sub directory
+        created when the files were extracted. You should change to this
+        directory and then run the
+      </para>
+
+<programlisting>shell&gt; cd mysql-enterprise-VERSION
+shell&gt; ./installer</programlisting>
+
+      <para>
+        To the run the installer, with the installer interface displayed
+        on a different X11 server, set the <literal>DISPLAY</literal>
+        environment variable:
+      </para>
+
+<programlisting>shell> DISPLAY=<replaceable>remote:0.0</replaceable> ./installer</programlisting>
+
+      <para>
+        Once started, you will be presented with the main installer
+        window, as shown below. Note that the format of this window may
+        differ depending on the window manager (KDE, Gnome, etc.) that
+        you might have installed.
+      </para>
+
       <mediaobject>
         <imageobject>
-          <imagedata
-            fileref="images/mysql-esi-win32-fig4.png"
+          <imagedata fileref="images/mysql-esi-linux-fig1.png"
             format="PNG"/>
         </imageobject>
         <textobject>
-          <phrase lang="en">MySQL Enterprise Installer Installation
-          Types</phrase>
+          <phrase lang="en">MySQL Enterprise Installer Main Screen
+          (Linux)</phrase>
         </textobject>
       </mediaobject>
 
+    </section>
+
+    <section id="installing-es-installer-mainoptions">
+
+      <title>Choosing What to Install</title>
+
       <para>
-        Four different installation options are available:
+        Whether you are running the Enterprise Installer under Windows
+        or Linux, the basic interface and options available to you are
+        the same. Initially, you will be offered three choices:
       </para>
 
       <itemizedlist>
 
         <listitem>
           <para>
-            <emphasis role="bold">Server Default</emphasis> - this
-            installs all of the components required for running a MySQL
-            database server, including the core server application,
-            command line utilities, the MySQL Client Library and
-            documentation. The MySQL GUI Tools and Connectors are not
-            installed with this option.
+            <emphasis role="bold">Preparation</emphasis> &mdash; this
+            section of the installer enables you to examine the hardware
+            and software requirements of MySQL Enterprise before you
+            start the installation process. Please read this information
+            carefully.
           </para>
-        </listitem>
 
-        <listitem>
-          <para>
-            <emphasis role="bold">Client Default </emphasis>- this
-            installs all of the components required for a client to
-            communicate with a MySQL database server. This includes the
-            MySQL Client Library, GUI Tools, Connectors and
-            Documentation.
-          </para>
-        </listitem>
+          <mediaobject>
+            <imageobject>
+              <imagedata
+              fileref="images/mysql-esi-win32-fig2.png"
+              format="PNG"/>
+            </imageobject>
+            <textobject>
+              <phrase lang="en">MySQL Enterprise Installer System
+              Requirements</phrase>
+            </textobject>
+          </mediaobject>
 
-        <listitem>
           <para>
-            <emphasis role="bold">Full</emphasis> - this installs all
-            the available components, including MySQL Database Server,
-            Client Library, GUI Tools, Connectors and Documentation.
+            Release notes provide information on the changes, bug fixes
+            and issues within the corresponding release. Please note
+            that release notes in this section of the installer are
+            currently provided only for the MySQL server component. You
+            should read this information carefully, as the notes
+            provided will list the bugs and major functionality changes
+            that affect this release. You should ensure that these will
+            not affect your existing installation before continuing the
+            installation process. For information on all releases,
+            different release types and schedules, please see
+            <xref linkend="releasenotes-es"/>.
           </para>
-        </listitem>
 
-        <listitem>
           <para>
-            <emphasis role="bold">Custom</emphasis> - this option
-            enables you to select the individual components to be
-            installed. You can choose not only the major groups (for
-            example MySQL Database Server) but also individual sub
-            components (command-line utilities). You will need to select
-            the individual components that you want to install.
+            For information on the changes in MySQL Network Monitoring
+            and Advisory Service, the MySQL GUI Tools and Connectors,
+            please see the relevant section of
+            <xref
+            linkend="news"/>.
           </para>
 
           <mediaobject>
             <imageobject>
               <imagedata
-                fileref="images/mysql-esi-win32-fig4.png"
-                format="PNG"/>
+              fileref="images/mysql-esi-win32-fig3.png"
+              format="PNG"/>
             </imageobject>
             <textobject>
-              <phrase lang="en">MySQL Enterprise Installer Custom
-              Installation</phrase>
+              <phrase lang="en">MySQL Enterprise Installer Release
+              Notes</phrase>
             </textobject>
           </mediaobject>
         </listitem>
 
+        <listitem>
+          <para>
+            Installation &mdash; this is the main installation process
+            and interface. A number of options are provided so that you
+            can run choose which components to be installed. See
+            <xref linkend="installing-es-installer-installation"/>, for
+            more information.
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            Other Information &mdash; this sections provides links for
+            the MySQL web site and the MySQL Enterprise License
+            Agreement.
+          </para>
+        </listitem>
+
       </itemizedlist>
 
       <para>
-        These options are summarized in the table below.
+        If you exit the installer at this stage, using the
+        <guibutton>Exit</guibutton> link, no software will have been
+        installed.
       </para>
 
-      <table>
-        <title>MySQL Installation Components</title>
-        <tgroup cols="5">
-          <thead>
-            <row>
-              <entry>Component</entry>
-              <entry>Server Default</entry>
-              <entry>Client Default</entry>
-              <entry>Full</entry>
-              <entry>Custom</entry>
-            </row>
-          </thead>
-          <tbody>
-            <row>
-              <entry>MySQL Server</entry>
-              <entry>Yes</entry>
-              <entry>No</entry>
-              <entry>Yes</entry>
-              <entry>Optional</entry>
-            </row>
-            <row>
-              <entry>Client Library</entry>
-              <entry>Yes</entry>
-              <entry>Yes</entry>
-              <entry>Yes</entry>
-              <entry>Optional</entry>
-            </row>
-            <row>
-              <entry>GUI Tools</entry>
-              <entry>No</entry>
-              <entry>Yes</entry>
-              <entry>Yes</entry>
-              <entry>Optional</entry>
-            </row>
-            <row>
-              <entry>Connectors</entry>
-              <entry>No</entry>
-              <entry>Yes</entry>
-              <entry>Yes</entry>
-              <entry>Optional</entry>
-            </row>
-            <row>
-              <entry>Documentation</entry>
-              <entry>Yes</entry>
-              <entry>Yes</entry>
-              <entry>Yes</entry>
-              <entry>Optional</entry>
-            </row>
-          </tbody>
-        </tgroup>
-      </table>
+      <section id="installing-es-installer-installation">
 
-      <note><title>MySQL Network Monitoring and Advisory
-        Service</title><para>The MySQL Network Monitoring and Advisory Service
-          can be installed by selecting the appropriate option when the
-          installation process for the main components has been completed. </para></note>
-      
-      <para>
-        Once you have selected the type of installation, or selected the
-        individual components to be installed if you have selected the
-        Custom installation type, the installation process will start to
-        copy the files, applications and other components to your
-        machine.
-      </para>
+        <title>MySQL Enterprise Installation Process</title>
 
-      <mediaobject>
-        <imageobject>
-          <imagedata
+        <para>
+          To install MySQL components, choose option 2 (Installation).
+          The main installation screen enables you select the type of
+          installation.
+        </para>
+
+        <mediaobject>
+          <imageobject>
+            <imagedata
+            fileref="images/mysql-esi-win32-fig4.png"
+            format="PNG"/>
+          </imageobject>
+          <textobject>
+            <phrase lang="en">MySQL Enterprise Installer Installation
+            Types</phrase>
+          </textobject>
+        </mediaobject>
+
+        <para>
+          Four different installation options are available:
+        </para>
+
+        <itemizedlist>
+
+          <listitem>
+            <para>
+              <emphasis role="bold">Server Default</emphasis> &mdash;
+              this installs all of the components required for running a
+              MySQL database server, including the core server
+              application, command line utilities, the MySQL Client
+              Library and documentation. The MySQL GUI Tools and
+              Connectors are not installed with this option.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
+              <emphasis role="bold">Client Default </emphasis> &mdash;
+              this installs all of the components required for a client
+              to communicate with a MySQL database server. This includes
+              the MySQL Client Library, GUI Tools, Connectors and
+              Documentation.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
+              <emphasis role="bold">Full</emphasis> &mdash; this
+              installs all the available components, including MySQL
+              Database Server, Client Library, GUI Tools, Connectors and
+              Documentation.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
+              <emphasis role="bold">Custom</emphasis> &mdash; this
+              option enables you to select the individual components to
+              be installed. You can choose not only the major groups
+              (for example MySQL Database Server) but also individual
+              sub components (command-line utilities). You will need to
+              select the individual components that you want to install.
+            </para>
+
+            <mediaobject>
+              <imageobject>
+                <imagedata
+                fileref="images/mysql-esi-win32-fig4.png"
+                format="PNG"/>
+              </imageobject>
+              <textobject>
+                <phrase lang="en">MySQL Enterprise Installer Custom
+                Installation</phrase>
+              </textobject>
+            </mediaobject>
+          </listitem>
+
+        </itemizedlist>
+
+        <para>
+          These options are summarized in the table below.
+        </para>
+
+        <table>
+          <title>MySQL Installation Components</title>
+          <tgroup cols="5">
+            <thead>
+              <row>
+                <entry>Component</entry>
+                <entry>Server Default</entry>
+                <entry>Client Default</entry>
+                <entry>Full</entry>
+                <entry>Custom</entry>
+              </row>
+            </thead>
+            <tbody>
+              <row>
+                <entry>MySQL Server</entry>
+                <entry>Yes</entry>
+                <entry>No</entry>
+                <entry>Yes</entry>
+                <entry>Optional</entry>
+              </row>
+              <row>
+                <entry>Client Library</entry>
+                <entry>Yes</entry>
+                <entry>Yes</entry>
+                <entry>Yes</entry>
+                <entry>Optional</entry>
+              </row>
+              <row>
+                <entry>GUI Tools</entry>
+                <entry>No</entry>
+                <entry>Yes</entry>
+                <entry>Yes</entry>
+                <entry>Optional</entry>
+              </row>
+              <row>
+                <entry>Connectors</entry>
+                <entry>No</entry>
+                <entry>Yes</entry>
+                <entry>Yes</entry>
+                <entry>Optional</entry>
+              </row>
+              <row>
+                <entry>Documentation</entry>
+                <entry>Yes</entry>
+                <entry>Yes</entry>
+                <entry>Yes</entry>
+                <entry>Optional</entry>
+              </row>
+            </tbody>
+          </tgroup>
+        </table>
+
+        <note>
+          <title>MySQL Network Monitoring and Advisory Service</title>
+
+          <para>
+            The MySQL Network Monitoring and Advisory Service can be
+            installed by selecting the appropriate option when the
+            installation process for the main components has been
+            completed.
+          </para>
+        </note>
+
+        <para>
+          Once you have selected the type of installation, or selected
+          the individual components to be installed if you have selected
+          the Custom installation type, the installation process will
+          start to copy the files, applications and other components to
+          your machine.
+        </para>
+
+        <mediaobject>
+          <imageobject>
+            <imagedata
             fileref="images/mysql-esi-win32-fig6.png"
             format="PNG"/>
-        </imageobject>
-        <textobject>
-          <phrase lang="en">MySQL Enterprise Installer Installation
-          Progress</phrase>
-        </textobject>
-      </mediaobject>
+          </imageobject>
+          <textobject>
+            <phrase lang="en">MySQL Enterprise Installer Installation
+            Progress</phrase>
+          </textobject>
+        </mediaobject>
 
-      <para>The installation process will take some time, with the exact period
-        depending on the features and options that you have selected to install.</para>
-      
-      <para>
-        Once the process has completed, you will need to click
-        <guibutton>Next</guibutton> to complete the post installation
-        process. You can choose to automatically execute the MySQL Server
-        Configuration Wizard (which provides an interface for configuring the
-        parameters of your MySQL Server installation) and the MySQL Network
-        Monitoring and Advisory Service. </para>
-      
-      <mediaobject>
-        <imageobject>
-          <imagedata
+        <para>
+          The installation process will take some time, with the exact
+          period depending on the features and options that you have
+          selected to install.
+        </para>
+
+        <para>
+          Once the process has completed, you will need to click
+          <guibutton>Next</guibutton> to complete the post installation
+          process. You can choose to automatically execute the MySQL
+          Server Configuration Wizard (which provides an interface for
+          configuring the parameters of your MySQL Server installation)
+          and the MySQL Network Monitoring and Advisory Service
+          Installer.
+        </para>
+
+        <mediaobject>
+          <imageobject>
+            <imagedata
             fileref="images/mysql-esi-win32-fig7.png"
             format="PNG"/>
-        </imageobject>
-        <textobject>
-          <phrase lang="en">MySQL Enterprise Installer Post Installation tasks</phrase>
-        </textobject>
-      </mediaobject>
-      
-      <para>To complete the installation sequence and execute the optional
-        post-installation processes, click <guibutton>Finish</guibutton>.</para>
-      
+          </imageobject>
+          <textobject>
+            <phrase lang="en">MySQL Enterprise Installer Post
+            Installation tasks</phrase>
+          </textobject>
+        </mediaobject>
+
+        <para>
+          To complete the installation sequence and execute the optional
+          post-installation processes, click
+          <guibutton>Finish</guibutton>.
+        </para>
+
+      </section>
+
     </section>
 
-    <section id="installing-es-windows-postinstall">
+    <section id="installing-es-installer-postinstall">
 
       <title>Post-install procedures</title>
 
-      <para>After installation....</para>
+      <para>
+        After installation, depending on the options you selected on the
+        final screen, you may be asked to complete the MySQL Server
+        Configuration Wizard and/or the MySQL Networking Monitoring and
+        Advisory Service Installer.
+      </para>
 
-<orderedlist>      <listitem><para>
-        MySQL Server Configuration Wizard
-      </para></listitem>
-      
-      <listitem><para>
-        MySQL Network Monitoring and Advisor Service Installer
-      </para></listitem></orderedlist>
-      
-      <xi:include href="windows-config-wizard.xml"  xmlns:xi="http://www.w3.org/2001/XInclude"/>
-      
+      <xi:include href="config-wizard.xml"  xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
+      <section id="installing-es-installer-mysql-nmas">
 
+        <title>Configuring the MySQL Network Monitoring and Advisory Service</title>
+
+      </section>
+
     </section>
 
-    <section id="installing-es-windows-upgrade">
-      
-      <title>Upgrading MySQL Enterprise Server from Community Server</title>
-      
-      <para>Upgrading from an existing installation.</para>
-      
+    <section id="installing-es-upgrade">
+
+      <title>Upgrading MySQL Enterprise Server</title>
+
+      <section id="installing-es-upgrade-windows">
+
+        <title>Upgrading on Windows</title>
+
+        <para>
+          Upgrading from an existing installation.
+        </para>
+
+      </section>
+
+      <section id="installing-es-upgrade-linux">
+
+        <title>Upgrading on Linux</title>
+
+        <para>
+          Upgrading from an existing installation.
+        </para>
+
+      </section>
+
     </section>
-    
-    <section id="installing-es-windows-sphotfix">
-      
+
+    <section id="installing-es-sphotfix">
+
       <title>Installing Hot-fixes and Service Packs</title>
-      
-      <para>Installing a service pack or hotfix.</para>
-      
+
+      <para>
+        Installing a service pack or hotfix.
+      </para>
+
+    </section>
+
+    <section id="installing-es-uninstall">
+
+      <title>Un-installing MySQL Enterprise</title>
+
+      <section id="installing-es-windows-uninstall">
+
+        <title>Uninstalling on Windows</title>
+
+        <para>
+          Uninstalling MySQL Enterprise.
+        </para>
+
       </section>
-    
-    <section id="installing-es-windows-uninstall">
-      
-      <title>Uninstalling MySQL Enterprise</title>
-      
-      <para>Uninstalling MySQL Enterprise.</para>
-      
+
+      <section id="installing-es-uninstall-linux-rpm">
+
+        <title>Uninstalling on Linux (RPMs)</title>
+
+        <para>
+          Uninstalling MySQL Enterprise.
+        </para>
+
       </section>
+
+    </section>
+
   </section>
 
   <section id="installing-es-default-config">


Thread
svn commit - mysqldoc@docsrva: r3816 - in trunk/refman-5.0: . imagesmcbrown1 Nov