Re: Can't connect to PGSQL
От | Michiel Lange |
---|---|
Тема | Re: Can't connect to PGSQL |
Дата | |
Msg-id | aqafgl$ol0$1@news.hub.org обсуждение исходный текст |
Ответ на | Can't connect to PGSQL (ferdinan firmansyah <mymand@yahoo.com>) |
Список | pgsql-admin |
did you start your databases with the -i option (enable TCP/IP connections) if so, you may have a firewall or something disable port 5432 When you start your databases, how do you do so? like: /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data -i >/log/logfile-`date +"%d-%m-%y"` 2>&1 for postmaster sends it's output to stdout, so you have to redirect it... you can just tail the logfile, open it with vi, vim or any other texteditor, altough I suggest you use more or tail... "ferdinan firmansyah" <mymand@yahoo.com> schreef in bericht news:20021105012651.62134.qmail@web14006.mail.yahoo.com... > We have installed LinuxRedhat+PgSQL in our server. We > can ping the server's IP. But we cannot connect our > database through PGAdmin or our application. We have > already set the port to the default. > > 1. What seems to be the problem? > 2. How can I read the server's activities?(reading the > log) > > > __________________________________________________ > Do you Yahoo!? > HotJobs - Search new jobs daily now > http://hotjobs.yahoo.com/ > > ---------------------------(end of broadcast)--------------------------- > TIP 6: Have you searched our list archives? > > http://archives.postgresql.org
В списке pgsql-admin по дате отправления: