U
U
Username2016-08-29 16:05:15
PostgreSQL
Username, 2016-08-29 16:05:15

Why is it impossible to log in with phpPgAdmin?

Good afternoon, I installed postgresql 9.4 and phppgadmin for administration on the server, as a result, after all the settings, I can’t log in to phppgadmin, although I can use the ssh console.
When authorizing through phppgadmin, it writes an incorrect login. What could be the problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artemy, 2016-08-29
@dalv_happy

sudo -u postgres psql
         ..... ALTER USER postgres WITH PASSWORD '.....';

By default, authorization is through the operating system, and there is no user in the database.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question