[LON-CAPA-cvs] cvs: doc /build install.html

harris41 lon-capa-cvs@mail.lon-capa.org
Fri, 10 May 2002 19:02:45 -0000


harris41		Fri May 10 15:02:45 2002 EDT

  Modified files:              
    /doc/build	install.html 
  Log:
  fixing instruction (must specify database=mysql)
  
  
Index: doc/build/install.html
diff -u doc/build/install.html:1.21 doc/build/install.html:1.22
--- doc/build/install.html:1.21	Fri May 10 12:30:03 2002
+++ doc/build/install.html	Fri May 10 15:02:45 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.21 2002/05/10 16:30:03 harris41 Exp $ -->
+<!-- $Id: install.html,v 1.22 2002/05/10 19:02:45 harris41 Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
@@ -183,7 +183,7 @@
 <pre>
 mysql -u root -p mysql
 OR
-mysql -u root      (depending on whether you have set a root password)
+mysql -u root mysql (depending on whether you have set a root password)
 </pre>
 </td></tr></table>
 <p>Creating the mysql 'www' user (after entering mysql shell)</p>