postgresql - Cannot connect to local postgres database via pgAdmin4 (Mac) -


i have 2 databases running locally, able connect both via psql command line, when attempt connect second database, unit test db, throws "connection server has been lost" error. have no issues connecting development database via pgadmin4.

here console output:

$ psql    psql (9.6.4)   type "help" help.  admin=# \c development connected database "development" user "admin". development=# \c test connected database "test" user "admin". test=#  

here error displayed pgadmin4


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -