Create db fails using utility tool

From: Shashank Dutt Jha <shashank(dot)dj(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Create db fails using utility tool
Date: 2016-02-04 07:23:01
Message-ID: CAKkUp98EVUVpttXj90vKWsD+n2j5=i-SfEnqxdvereyncJvSHg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

c:\Program Files\PostgreSQL\9.5\bin>createdb.exe testdb
createdb: could not connect to database template1: could not connect to
server:
Connection refused (0x0000274D/10061)
Is the server running on host "localhost" (::1) and accepting
TCP/IP connections on port 5432?
could not connect to server: Connection refused (0x0000274D/10061)
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 5432?

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Karsten Hilbert 2016-02-04 10:53:18 Q: documentation bug ?
Previous Message David G. Johnston 2016-02-04 01:44:29 Re: update without SET ?