From: | "saurabh garg" <saurabh(dot)garg(at)vichara(dot)com> |
---|---|
To: | <pgsql-bugs(at)postgresql(dot)org> |
Subject: | hi-problem in creating database in postgresql 7.2.2 |
Date: | 2002-10-31 12:57:40 |
Message-ID: | BLEAJPOGMGDHKKFEKPCNCEEHCAAA.saurabh.garg@vichara.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
hi
i have sucessfully installed postgresql. now while creating database it
gives the following error. i'm running pgsqlserver on localhost.
i give the command createdb -D /usr/local/share/data/data
$ createdb -D /usr/local/share/data/data
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
createdb: database creation failed
similar problem is there when i create user.
$ createuser saurabh with password 'saurabh';
Shall the new user be allowed to create databases? (y/n) y
Shall the new user be allowed to create more new users? (y/n) y
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
createuser: creation of user "saurabh" failed
can u help me please? thnx in advance.
regards,
saurabh garg
From | Date | Subject | |
---|---|---|---|
Next Message | Stephan Szabo | 2002-10-31 16:38:39 | Re: hi-problem while installing postgressql 7.2 version |
Previous Message | Mats Lofkvist | 2002-10-31 11:30:52 | 7.3b1 panic in vacuum |