Diff for /doc/build/Attic/install.html between versions 1.27 and 1.30

version 1.27, 2002/06/02 04:06:29 version 1.30, 2002/07/11 05:05:36
Line 12 Line 12
 <body bgcolor='#ffffff'>  <body bgcolor='#ffffff'>
 <!-- preamble start -->  <!-- preamble start -->
 <br />&nbsp;  <br />&nbsp;
   <p align="center">
   <a href="rh73.html">
   <b><font size="+0"><font color='#ff0000'>CLICK ON THIS RED LINK </font></font>
   <br />
   <font size="+3">
   <font color='#ff0000'>*ALTERNATIVE FAST-TRACK*</font></font>
   <br />
   <font size="+0"><font color='#ff0000'>INSTRUCTIONS ALSO AVAILABLE</font></font>
   </b>
   </a>
   </p>
 <p>  <p>
 You will need to check all the following things to ensure proper  You will need to check all the following things to ensure proper
 installation of your LON-CAPA system.  installation of your LON-CAPA system.
Line 182  on your LON-CAPA server. Line 193  on your LON-CAPA server.
 <li>you should substitute 'ROOTPASSWORD' with something very hard to guess  <li>you should substitute 'ROOTPASSWORD' with something very hard to guess
 (it does not have to be the Linux OS root password)  (it does not have to be the Linux OS root password)
 </li>  </li>
 <li>The MySQLwww@localhost must always have a password of 'localhostkey'  <li>The MySQL www@localhost user must always have a password of 'localhostkey'
 to work for a standard LON-CAPA system.  in order for there to be correct operation of a standard LON-CAPA system.
 </li>  </li>
 </ul>  </ul>
 <p>  <p>
Line 221  mysql> SET PASSWORD FOR root@localhost=P Line 232  mysql> SET PASSWORD FOR root@localhost=P
 <table bgcolor="#aaaaaa" border="1"><tr><td>  <table bgcolor="#aaaaaa" border="1"><tr><td>
 <pre>  <pre>
 shell> mysql -u root -p mysql  shell> mysql -u root -p mysql
 mysql> DELETE FROM user WHERE host<>'localhost';  mysql> DELETE FROM user WHERE host&lt;&gt;'localhost';
 </pre>  </pre>
 </td></tr></table>  </td></tr></table>
 <a name="testing" />  <a name="testing" />

Removed from v.1.27  
changed lines
  Added in v.1.30


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>