Answers for "postgres password authentication failed for user"

SQL
2

psql: FATAL: Ident authentication failed for user "postgres"

$ sudo -u postgres psql
password
Enter password: ...
...
Posted by: Guest on September-07-2020
0

password authentication failed for user postgres pgadmin

happened with me as well, when I started pgadmin3 for the first time, i was expecting it to ask for the password which I provided during but it didnt ask and then didnt display any servers.
anyways, you can create a server yourself,
if your server is on the same machine,
provide a name: test
provide server: localhost
port: 5432 (default port)
user: postgres (default user) you can change later in login roles
password: provide something

restart if required and it will then show you
database with postgres (default db),
tablespace,
login roles
under your server and you should be good to go
Posted by: Guest on October-16-2020

Code answers related to "postgres password authentication failed for user"

Code answers related to "SQL"

Browse Popular Code Answers by Language