Author: plavin
Date: 2006-09-12 22:53:29 +0200 (Tue, 12 Sep 2006)
New Revision: 3336
Log:
Minor corrections - stray changes
Modified:
trunk/guibook/guibook.xml
Modified: trunk/guibook/guibook.xml
===================================================================
--- trunk/guibook/guibook.xml 2006-09-12 20:06:59 UTC (rev 3335)
+++ trunk/guibook/guibook.xml 2006-09-12 20:53:29 UTC (rev 3336)
Changed blocks: 4, Lines Added: 16, Lines Deleted: 4; 1778 bytes
@@ -194,7 +194,7 @@
</para>
<section>
- <title>Installing a Generic Tarball</title>
+ <title>Installing the Generic Tarball</title>
<para>
The generic tar archive allows you to install &gui_tools;
@@ -238,7 +238,7 @@
<para>
However, adding
<filename>/opt/mysql-gui-tools-<replaceable>version</replaceable></filename>
- to the <literal>PATH</literal> makes it much simpler to run &gui_tools;.
+ to the <literal>PATH</literal> variable makes it much simpler to run &gui_tools;.
</para>
</section>
@@ -287,6 +287,10 @@
shell> tar -zxf mysql-gui-tools-<replaceable>version</replaceable>.tar.gz
</programlisting>
+ <para>
+ This will decompress the RPM files to the current directory.
+ </para>
+
<para>
Install all the RPM files by typing:
</para>
@@ -296,9 +300,17 @@
</programlisting>
<para>
- If you install the RPM files individually, so that dependencies are satisfied, you
+ If you are upgrading to a newer version of &gui_tools; type:
+ </para>
+
+ <programlisting>
+shell > rpm -Uv mysql-*.rpm
+</programlisting>
+
+ <para>
+ If you install the RPM files individually, you
must install the <filename>mysql-gui-tools-<replaceable>version</replaceable>.rpm</filename>
- file first.
+ file first in order to satisfy dependencies.
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3336 - trunk/guibook | plavin | 12 Sep |