--- doc/install/redhat7.3/install.pl 2002/07/22 14:23:04 1.7 +++ doc/install/redhat7.3/install.pl 2002/09/23 01:25:09 1.8 @@ -2,7 +2,7 @@ # The LearningOnline Network # Red Hat 7.3 installation script # -# $Id: install.pl,v 1.7 2002/07/22 14:23:04 harris41 Exp $ +# $Id: install.pl,v 1.8 2002/09/23 01:25:09 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 *.* 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;