Description of problem: Couple of slight problems in the admin guide. Version-Release number of selected component (if applicable): I think the following <password> should be wrapped in '': $ echo "grant all on <db_name>.* to <user_name> IDENTIFIED BY <password>;"| mysql (this was tested against mysql 5.5.31) The following: su apache -c 'beaker-init -u admin -p testing -e root@localhost' Does not work on Fedora18. Instead su apache -s /bin/bash -c needs to be used. If this also works on RHEL6, then we should update it.
(In reply to Raymond Mancy from comment #0) > The following: > > su apache -c 'beaker-init -u admin -p testing -e root@localhost' > > Does not work on Fedora18. Instead su apache -s /bin/bash -c needs to be > used. > If this also works on RHEL6, then we should update it. I don't think we need to run beaker-init as apache anymore. The original reason was because it would touch log files and leave them owned root, but that doesn't happen anymore since Beaker writes to syslog instead of directly to the log files.
Second part is already covered by bug 1004064, but we still need the quotes around the password.
*** Bug 1004064 has been marked as a duplicate of this bug. ***
On Gerrit: http://gerrit.beaker-project.org/2556
These changes have been included in the updated installation instructions at: http://beaker-project.org/docs-release-0.14/admin-guide/installation.html