Skip to forum
password and userid...
 
Notifications
Clear all

password and userids to postgreSQL

4 Posts
3 Users
0 Reactions
1,080 Views

Hi guys,

Can you tell me what the passwords and userids to the postgreSQL database are?

Many thanks,

bobiq


Reply
Quote
3 replies

Actually all of those:

Server: I guess it is localhost
Port:
Service User
Service User Password
Database User
Database User Password


Reply
Quote
beefpuff
Joined: 15.03.2009

Server is localhost (127.0.0.1). Port on my computer is 5432, but I don't know if that differs from computer to computer.

To reset the password, you can follow these instructions: http://www.guusbosman.nl/node/2531

Good luck :)


Reply
Quote
mrk1988
Joined: 04.02.2007

Hey bobiq,

you create the login credentials during the installation of postgreSQL yourself. If you don't remember them, try using the default settings:

Username: postgres
Password: postgrespass


Reply
Quote