--- doc/install/redhat7.3/install.pl 2002/11/16 00:01:29 1.10 +++ doc/install/redhat7.3/install.pl 2002/11/16 00:57:29 1.11 @@ -2,7 +2,7 @@ # The LearningOnline Network # Red Hat 7.3 installation script # -# $Id: install.pl,v 1.10 2002/11/16 00:01:29 harris41 Exp $ +# $Id: install.pl,v 1.11 2002/11/16 00:57:29 harris41 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -364,7 +364,8 @@ 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'; +INSERT INTO db VALUES ('localhost','loncapa','www', +'Y','Y','Y','Y','Y','Y','N','Y','Y','Y'); SET PASSWORD FOR root\@localhost=PASSWORD('$rootpass'); DELETE FROM user WHERE host<>'localhost'; FLUSH PRIVILEGES;