[LON-CAPA-cvs] cvs: doc /build install.html
harris41
lon-capa-cvs@mail.lon-capa.org
Fri, 10 May 2002 16:30:04 -0000
harris41 Fri May 10 12:30:04 2002 EDT
Modified files:
/doc/build install.html
Log:
removing duplicate help blurb
Index: doc/build/install.html
diff -u doc/build/install.html:1.20 doc/build/install.html:1.21
--- doc/build/install.html:1.20 Fri May 10 12:26:32 2002
+++ doc/build/install.html Fri May 10 12:30:03 2002
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- The LearningOnline Network with CAPA -->
-<!-- $Id: install.html,v 1.20 2002/05/10 16:26:32 harris41 Exp $ -->
+<!-- $Id: install.html,v 1.21 2002/05/10 16:30:03 harris41 Exp $ -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
@@ -197,13 +197,6 @@
mysql> GRANT ALL PRIVILEGES ON *.* TO www@localhost;
mysql> FLUSH PRIVILEGES;
-</pre>
-</td></tr></table>
-<p>SECURITY: set a password for the mysql 'root' user</p>
-<table bgcolor="#aaaaaa" border="1"><tr><td>
-<pre>
-shell> mysql -u root mysql
-mysql> SET PASSWORD FOR root@localhost=PASSWORD('ROOTPASSWORD');
</pre>
</td></tr></table>
<p>SECURITY: set a password for the mysql 'root' user</p>