dbTalk Databases Forums  

Problem with pgaccess

comp.databases.postgresql.novice comp.databases.postgresql.novice


Discuss Problem with pgaccess in the comp.databases.postgresql.novice forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Michal
 
Posts: n/a

Default Problem with pgaccess - 04-02-2004 , 11:59 AM






I have been trying to set up my first database using
postgresql-7.3.4-11 on Red Hat Fedora Core 1 Linux.
I setup database and I can access it from prompt
Quote:
psql RabStudies
I downloaded and installed pgaccess-0_99_0_20040219.tgz
to make my life easier, but when I try to access
database I get the following message

Error trying to connect to database 'RabStudies' on local host.
PostgreSQL error message: Connection to database failed could not
connect to server: Connectionrefused Is the server running on host
localhost and accepting TCP/IP connections on port 5432?

I don't have any clue what is wrong and how to fix it, so any
suggestions will be appreciated.

Michal


Reply With Quote
  #2  
Old   
farqua
 
Posts: n/a

Default Re: Problem with pgaccess - 04-04-2004 , 12:19 AM






On Fri, 02 Apr 2004 08:59:52 -0800, Michal wrote:

Quote:
I have been trying to set up my first database using
postgresql-7.3.4-11 on Red Hat Fedora Core 1 Linux.
I setup database and I can access it from prompt
psql RabStudies

I downloaded and installed pgaccess-0_99_0_20040219.tgz
to make my life easier, but when I try to access
database I get the following message

Error trying to connect to database 'RabStudies' on local host.
PostgreSQL error message: Connection to database failed could not
connect to server: Connectionrefused Is the server running on host
localhost and accepting TCP/IP connections on port 5432?

I don't have any clue what is wrong and how to fix it, so any
suggestions will be appreciated.

Michal
You need to make changes to the pg_hba.conf configuration file to allow
local and/or host access.

I am a Mandrake 9.2 user and for the Mandrake package the
configuration file is located at /var/lib/pgsql/data. I uncommented out
the local and host type access using the default settings (you may wish
to customize them). If you want remote access, you'll have to enable the
tcpip_socket setting in the postgresql.conf file.

I have to say that none of the gui front-ends available for PostgreSQL
have been satisfactory.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.