Re: Installation on CentOS 5.6 with PostgreSQL
Posted by
Mike Z on
URL: http://ofbiz.116.s1.nabble.com/Installation-on-CentOS-5-6-with-PostgreSQL-tp4024345p4040024.html
Have you tried:
ALTER USER ofbiz WITH PASSWORD 'ofbiz';
http://www.postgresql.org/docs/9.0/static/user-manag.htmlYou'll also have to 'GRANT ALL' to allow the ofbiz user the ability to
create tables.
On Mon, Nov 14, 2011 at 7:49 AM, champagroup
<
[hidden email]> wrote:
> Sorry for the long break between responses.
>
> Postgresql and ofbiz are on the same machine. I ran
>
> /psql -h localhost -U ofbiz ofbiz /
>
> But, I still get psql: FATAL: Ident authentication failed for user "ofbiz".
> I know there is a user ofbiz that I created. One thing that I noticed is
> that this command doesn't include the password for user ofbiz. Would that be
> necessary since I created the user with one?
>
> --
> View this message in context:
http://ofbiz.135035.n4.nabble.com/Installation-on-CentOS-5-6-with-PostgreSQL-tp4024345p4039872.html> Sent from the OFBiz - User mailing list archive at Nabble.com.
>