--- doc/Attic/how_to_install_on_RedHat7.2.txt 2002/09/09 14:24:23 1.9 +++ doc/Attic/how_to_install_on_RedHat7.2.txt 2002/09/23 01:25:09 1.10 @@ -1,4 +1,4 @@ -$Id: how_to_install_on_RedHat7.2.txt,v 1.9 2002/09/09 14:24:23 harris41 Exp $ +$Id: how_to_install_on_RedHat7.2.txt,v 1.10 2002/09/23 01:25:09 harris41 Exp $ (Alternative approach to perl module-ing is at end...) (Alternative approach to mysql is at end...) @@ -286,7 +286,7 @@ CREATE DATABASE loncapa; INSERT INTO user (Host, User, Password) VALUES ('localhost','www',password('SOMEPASSWORD')); -GRANT ALL PRIVILEGES ON *.* TO www@localhost; +GRANT ALL PRIVILEGES ON loncapa.* TO www@localhost; FLUSH PRIVILEGES;