--- doc/install/redhat7.3/install.pl 2002/09/24 13:16:23 1.9 +++ doc/install/redhat7.3/install.pl 2002/11/16 00:01:29 1.10 @@ -2,7 +2,7 @@ # The LearningOnline Network # Red Hat 7.3 installation script # -# $Id: install.pl,v 1.9 2002/09/24 13:16:23 matthew Exp $ +# $Id: install.pl,v 1.10 2002/11/16 00:01:29 harris41 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -364,7 +364,7 @@ print MYSQL <<"ENDMYSQL"; CREATE DATABASE loncapa; INSERT INTO user (Host, User, Password) VALUES ('localhost','www',password('localhostkey')); -GRANT ALL PRIVILEGES ON loncapa.* TO www\@localhost; +GRANT ALL PRIVILEGES ON loncapa.* TO 'www\@localhost'; SET PASSWORD FOR root\@localhost=PASSWORD('$rootpass'); DELETE FROM user WHERE host<>'localhost'; FLUSH PRIVILEGES;