Author: mcbrown
Date: 2007-08-01 11:10:36 +0200 (Wed, 01 Aug 2007)
New Revision: 7299
Log:
Updating the installation directory to something other than /usr/local
Fixing a typo (from user)
Modified:
trunk/refman-5.0/installing-cs.xml
Modified: trunk/refman-5.0/installing-cs.xml
===================================================================
--- trunk/refman-5.0/installing-cs.xml 2007-07-31 20:08:19 UTC (rev 7298)
+++ trunk/refman-5.0/installing-cs.xml 2007-08-01 09:10:36 UTC (rev 7299)
Changed blocks: 7, Lines Added: 12, Lines Deleted: 9; 3114 bytes
@@ -5698,13 +5698,14 @@
<filename>MYSQLINST/INSMYSQL</filename>. You must specify an
installation directory and the user profile that will own the
files that are installed. Both the directory and profile will
- be created if they do not already exist. The recommended
- directory is <filename>/usr/local</filename>. The
+ be created if they do not already exist. MySQL can be
+ installed anywhere, for this example we will assume MySQL has
+ been installed into <filename>/opt/mysql</filename>. The
<literal>MYSQL</literal> user profile that was created earlier
in this sequence should be used for the profile:
</para>
-<programlisting>MYSQLINST/INSMYSQL DIR('/usr/local') USRPRF(MYSQL)</programlisting>
+<programlisting>MYSQLINST/INSMYSQL DIR('/opt/mysql') USRPRF(MYSQL)</programlisting>
<para>
The installation copies all the necessary files into a
@@ -5758,7 +5759,7 @@
<listitem>
<para>
Enter the PASE environment using <literal>call
- qpterm</literal>.
+ qp2term</literal>.
</para>
</listitem>
@@ -5770,7 +5771,7 @@
</para>
<programlisting>> cd
-/usr/local/<replaceable>mysql-5.0.42-i5os-power-32bit</replaceable>
+/opt/mysql/<replaceable>mysql-5.0.42-i5os-power-32bit</replaceable>
> bin/mysqld_safe --user=mysql &</programlisting>
<para>
@@ -5778,7 +5779,7 @@
</para>
<programlisting>Starting mysqld daemon with databases »
- from /usr/local/mysql-enterprise-5.0.42-i5os-power-32bit/data</programlisting>
+ from /opt/mysql/mysql-enterprise-5.0.42-i5os-power-32bit/data</programlisting>
</listitem>
</orderedlist>
@@ -5804,7 +5805,8 @@
<listitem>
<para>
- Enter the PASE environment.
+ Enter the PASE environment using <literal>call
+ qp2term</literal>.
</para>
</listitem>
@@ -5815,7 +5817,8 @@
specifying the user name used to install the server:
</para>
-<programlisting>> cd /usr/local/<replaceable>mysql-5.0.42-i5os-power-32bit</replaceable> > bin/mysqladmin -u root shutdown</programlisting>
+<programlisting>> cd /opt/mysql/<replaceable>mysql-5.0.42-i5os-power-32bit</replaceable>
+> bin/mysqladmin -u root shutdown</programlisting>
<para>
If the session that you started and stopped MySQL are the
@@ -5824,7 +5827,7 @@
</para>
<programlisting> STOPPING server from pid file »
- /usr/local/mysql-enterprise-5.0.42-i5os-power-32bit/data/I5DBX.RCHLAND.IBM.COM.pid
+ /opt/mysql/mysql-enterprise-5.0.42-i5os-power-32bit/data/I5DBX.RCHLAND.IBM.COM.pid
070718 10:34:20 mysqld ended</programlisting>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r7299 - trunk/refman-5.0 | mcbrown | 1 Aug |