salut à tous
j'ai un pb avec PostgreSQL
j'ai installé sur ma machine PostgreSQL 7.2.1 (MacOSX 10.2.8)
et je n'arrive pas à y accéder par l'interface réseau
mon pg_hba.conf contient
local all trust
host all 127.0.0.1 255.255.255.255 trust
le démarage du serveur indique bien "postmaster successfully started"
Alors Hellllllllp meee!
Merci de votre aide
A+JYT
j'ai un pb avec PostgreSQL
j'ai installé sur ma machine PostgreSQL 7.2.1 (MacOSX 10.2.8)
et je n'arrive pas à y accéder par l'interface réseau
Bloc de code:
% bin/psql template1
Welcome to psql, the PostgreSQL interactive terminal.
Type: \copyright for distribution terms
\h for help with SQL commands
\? for help on internal slash commands
\g or terminate with semicolon to execute query
\q to quit
template1-> \q
% bin/psql -h localhost template1
psql: could not connect to server: Connection refused
Is the server running on host localhost and accepting
TCP/IP connections on port 5432?
mon pg_hba.conf contient
local all trust
host all 127.0.0.1 255.255.255.255 trust
le démarage du serveur indique bien "postmaster successfully started"
Alors Hellllllllp meee!
Merci de votre aide
A+JYT