i tried that also and it didnt work

[admin@host3 admin]$ su postgres
Password:
su: incorrect password
[admin@host3 admin]$

If i su postgres from root i dont need to enter a password

Any other ideas ?

-----Original Message-----
From: aubrey [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 24, 2000 11:31 AM
To: Benjamin Tehan
Subject: Re: [ADMIN] passwords ?


try su postgres
password : postgres

----- Original Message -----
From: Benjamin Tehan <[EMAIL PROTECTED]>
To: postgreSQL <[EMAIL PROTECTED]>
Sent: Thursday, February 24, 2000 4:22 PM
Subject: [ADMIN] passwords ?


> Ok, I have a small query.
>
> When I goto create a database I cannot create one
>
> I've already created the a new postgres database via initdb and i have run
> postmaster
>
> I never set a password to postgres, and I've tried using the admin/root
> password and yet that doesnt work either.
>
> Any one got any ideas ?
>
> I'm using Linux
>
>
>
> [admin@host3 admin]$ su
> Password:
> [root@host3 admin]# su - postgres
> [postgres@host3 pgsql]$ createdb cfsnippets
> Connection to database 'template1' failed.
> fe_sendauth: no password supplied
>
> createdb: database creation failed on cfsnippets.
> [postgres@host3 pgsql]$ createdb -u cfsnippets
> Username: postgres
> Password:
>
> Connection to database 'template1' failed.
> Password authentication failed for user 'postgres'
> createdb: database creation failed on cfsnippets.
> [postgres@host3 pgsql]$
>
>
> ************
>


************

Reply via email to