create user
and
create role
They both do the same thing and create a database user. The big difference (which may cause you some grey hair) is that
create role
does not automatically allow log in.So to create a database user for RHQ, use the
create user
form. Example:create user rhqadmin password 'rhqadmin'
If you have further login issues, see also my other posting about "local is not local"
Technorati Tags:
RHQ
No comments:
Post a Comment