Thread: Help

Help

From
rikard wallen
Date:
How do I find the information about my postgresql such as: server, database user, port, password
thank you

Re: Help

From
Andrej
Date:
On 15 March 2011 07:57, rikard wallen <rikardwallen@googlemail.com> wrote:
> How do I find the information about my postgresql such as: server, database
> user, port, password
> thank you

Most commonly that will be
server = the machine you installed postgres on
port    = postgres' default 5432 unless you changed it on installation
user   = the user account that owns the database in question
password = the password you assigned to that user



Cheers,
Andrej