Autor: Rilton Cavalcanti Dantas
Erro na conexão com o postgresql
20 de Setembro de 2007, 14:08 - | Ninguém seguindo este artigo por enquanto.
Visualizado 5 vezes
Estou tentando instalar o S.S.C mas o instalador não conecta no banco de dados, já fiz de tudo, obs. a porta do postgresql está aberta.
1Um comentário
local all all md5
# IPv4 local connections:
host all all 127.0.0.1/32 trust
host all all 192.168.41.0/24 trust sameuser
# IPv6 local connections:
host all all ::1/128 ident sameuser ou postgres.conf esta apontado para os diretórios certo.abaixo o meu. # The default values of these variables are driven from the -D command line
# switch or PGDATA environment variable, represented here as ConfigDir.
data_directory = '/var/lib/pgsql/data' # use data in another directory
hba_file = '/var/lib/pgsql/data/pg_hba.conf' # the host-based authentication file
ident_file = '/var/lib/pgsql/data/pg_ident.conf' # the IDENT configuration file