version 1.27, 2002/06/02 04:06:29
|
version 1.29, 2002/06/03 06:13:08
|
Line 182 on your LON-CAPA server.
|
Line 182 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 221 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<>'localhost'; |
</pre> |
</pre> |
</td></tr></table> |
</td></tr></table> |
<a name="testing" /> |
<a name="testing" /> |