PostgreSQL La base de donnees la plus sophistiquee au monde.

Forums PostgreSQL.fr

Le forum officiel de la communauté francophone de PostgreSQL

Vous n'êtes pas identifié(e).

#1 31/03/2019 13:36:42

hajmolaregular
Banni(e)

erreur de login!!!

Bonjour,

je suis totallement novice et je biens d'installer Postgresql sur CentOS7

je n'arrive pas à me connecter à la DB

voici ce que j'ai fait:

postgresql-setup initdb
systemctl start postgresql
systemctl enable postgresql

j'ai donc un utilisateur "postgres"

j'ai modifié  mon fichier pg_hba.conf :

# "local" is for Unix domain socket connections only
local   all             all                                     md5
# IPv4 local connections:
host    all             all             127.0.0.1/32            md5
# IPv6 local connections:
host    all             all             ::1/128                 md5
# Allow replication connections from localhost, by a user with the
# replication privilege.
local   replication     postgres                md5
host    replication     postgres        127.0.0.1/32            md5
host    replication     postgres        ::1/128                 md5

Hors ligne

#2 31/03/2019 16:49:08

rjuju
Administrateur

Re : erreur de login!!!

Pour information, je viens de bannir cet utilisateur qui copiait d'anciens messages (voir par exemple https://forums.postgresql.fr/viewtopic.php?id=4612), pour ensuite éditer les messages et y ajouter du spam.

Hors ligne

Pied de page des forums