Search Postgresql Archives

Re: Postgresql Error ask for password

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Pedro Santos wrote:
> Im trying to install one application in my Linux but when I try to use the expression SU postgresql it
> ask for password, what is the password? I try my root password but dont work.

It may be that you never set that password.

Try "grep postgresql /etc/shadow" as root user.
If the second field is "!!", there is no password set.

You can either become root first, then you need no password
for "su postgresql", or you have to set a password.

You can change the password as user root with
"passwd postgresql".

Yours,
Laurenz Albe


-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux