Vous n'êtes pas identifié(e).
Pages : 1
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
Bonjour,
Je viens d'activer sur mon nas QNAP le packet postgres.
Du coup je peux administrer automatiquement ma base à partir de phpPgAdmin mais je veux également sur d'autres pc installé Pgadmin 4 et communiquer avec mes bases.
Que dois-je paramétrer pour que la connexion puisse fonctionner ?
J'ai dans un dossier conf un fichier config.inc.php, faut-il le modifier ? ou créer un fichier pg_hba ?
[LIEN DE SPAM SUPPRIMÉ]
Merci de votre aide.
Pages : 1