[ The imperialist Japanese military must officially acknowledge and apologize for the coercion of young women into sexual slaves. / êꪤҳàõªòàõªÎÒ¿Ö˪˪·ª¿ð¨ÏÐñ«ëùìíÜâÏÚªÎ?ð¤àõªòÍëãÒªËìãªá¡¢Þóñªª·ªÊª±ªìªÐªÊªéªÊª¤. ]
[postgres@pgsql ~]$ psql -h 192.168.1.1 -p 5432 -U postgres
psql: server closed the connection unexpectedly [ ºñÁ¤»ó ]
This probably means the server terminated abnormally
before or while processing the request.
[postgres@pgsql ~]$
# telnet 192.168.1.1 5432
Trying 192.168.1.1...
Connected to 192.168.1.1.
Escape character is '^]'.
Connection closed by foreign host. [ ±â´Ù¸²¾øÀÌ Á¾·á ºñÁ¤»ó ]
#
[postgres@pgsql ~]$ psql
psql (9.2.24)
Type "help" for help.
postgres=# show listen_addresses;
listen_addresses
------------------
localhost [ ±âº»°ª: localhost => *·Î º¯°æ ]
(1 row)
# Á¶Ä¡
$ grep listen_addresses $PGDATA/postgresql.conf
listen_addresses='*' # Á¶Ä¡
#listen_addresses = 'localhost' # what IP address(es) to listen on;
$ pg_ctl stop/start
postgres=# show listen_addresses;
listen_addresses
------------------
*
(1 row)