22
Impossible de se connecter à postgresql sur le port 5432
J'ai installé la pile Bitnami Django qui incluait PostgreSQL 8.4. Quand je cours, psql -U postgresj'obtiens l'erreur suivante: psql: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"? PG est définitivement en cours d'exécution et le …
82
postgresql