Author: mcbrown
Date: 2006-09-05 13:58:48 +0200 (Tue, 05 Sep 2006)
New Revision: 3230
Log:
Adding preface/intro material
Modified:
trunk/guibook/guibook.xml
Modified: trunk/guibook/guibook.xml
===================================================================
--- trunk/guibook/guibook.xml 2006-09-05 11:31:52 UTC (rev 3229)
+++ trunk/guibook/guibook.xml 2006-09-05 11:58:48 UTC (rev 3230)
Changed blocks: 1, Lines Added: 25, Lines Deleted: 0; 1742 bytes
@@ -40,6 +40,31 @@
</bookinfo>
+ <preface>
+ <title>Preface</title>
+
+ <para>The MySQL GUI Tools provide a suite of functionality that has been
+ designed to provide desktop applications for the administration MySQL
+ server and for building and manipulating the data within MySQL databases. </para>
+
+ <para>This book provides a single manual for the following tools: </para>
+
+ <itemizedlist>
+ <listitem><para><emphasis role="bold"><link linkend="administrator">MySQL
+ Administrator</link></emphasis> -
+ provides administration tools and utilities to monitor and administer
+ databases, users privileges and data within a MySQL instance.</para></listitem>
+ <listitem><para><emphasis role="bold"><link linkend="query-browser">MySQL Query Browser</link></emphasis> -
+ provides an interface for building and testing queries interactively.</para></listitem>
+ <listitem><para><emphasis role="bold"><link linkend="migration-toolkit">MySQL Migration Toolkit</link></emphasis> -
+ used to migrate existing database information to MySQL (Windows only).</para></listitem>
+ <listitem><para><emphasis role="bold"><link linkend="workbench">MySQL Workbench</link></emphasis> - a
+ database development environment where you can model your tables and
+ relationships and procuce MySQL table definitions.</para></listitem>
+ </itemizedlist>
+
+ </preface>
+
<part id="administrator">
<title>&administrator;</title>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3230 - trunk/guibook | mcbrown | 5 Sep |