So you decided that MySQL isn't to your liking and since the other alternatives aren't free enough, you tried out PostgreSQL. Freshly after your installation, you happily try to connect to your DB either via command line (\q guys.. \q seriously?) or pgAdmin, but are baffled when this message appears on screen:
FATAL: Password authentication failed for user "Administrator"
because you did not remember creating a user during installation, and the only password you were asked to define isn't working.
The solution? Try to connect as postgres user:
psql -U postgres
If it's still not working, check under postgresql.conf if the listen_addresses parameter is specifying a correct and reachable address.
Showing posts with label PostgreSQL. Show all posts
Showing posts with label PostgreSQL. Show all posts
26/06/2015
09/09/2010
[SQL] GIS
Un piccolo esempio di realizzazione di un GIS per il comune di Rovato(BS) in grado di mantenere informazioni circa edifici, strade, ristrutturazioni e lavori in corso.
Sono forniti file contenti edifici e strade, alcuni esempi di query e la rappresentazione grafica del contenuto dei dati geometrici della base di dati.
Il software utilizzato รจ PostgreSQL con PostGIS e QuantumGIS, scarica qui il progetto tRovato! (documento di specifica e documentazione all'interno).
Sono forniti file contenti edifici e strade, alcuni esempi di query e la rappresentazione grafica del contenuto dei dati geometrici della base di dati.
Il software utilizzato รจ PostgreSQL con PostGIS e QuantumGIS, scarica qui il progetto tRovato! (documento di specifica e documentazione all'interno).
Subscribe to:
Posts (Atom)