I have downloaded and installed the Enterprise edition of postgres. Then I have created a new servoy installation .This time I have connected to the existing postgres database. Then I have created the “servoy_repository” database in the pgadmin. But when I am trying to connect from servoy installation to the database for the servoy repository it is giving error for invalid password. But still I am getting the error when I am using the password for the database which is set by me.
What is the default Username and Password for the postgres ?
ashutos:
I have downloaded and installed the Enterprise edition of postgres.
I guess you mean you used the PostgreSQL installer from EnterpriseDB.
ashutos:
What is the default Username and Password for the postgres ?
The default user is postgres.
The password is the one you filled in (twice) when you ran this installer.
And since you can access the database server with PgAdmin you can actually change the password of the postgres role (and/or create new roles).