LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1467|回复: 3

PostgresSQl高手请进

[复制链接]
发表于 2003-4-9 15:55:39 | 显示全部楼层 |阅读模式
我现在在用Pgaccess可是它为什么一直说连接不上呢???
什么connection refused怎么办???
谢谢!!
发表于 2003-4-9 16:39:54 | 显示全部楼层

说说你的PostgreSQL 软件的版本。

说说你的PostgreSQL 软件的版本。
你先切换到root用户
然后再切换到postgres用户。输入
psql template1
应该就可以连上。
注意看看postgreSQL用户认证方法。
可修改相关的用户认证文件。
 楼主| 发表于 2003-4-9 22:45:14 | 显示全部楼层
大哥,请继续帮忙:
psql: FATAL:  Missing or erroneous pg_hba.conf file, see postmaster log for details
怎么办啊???
谢谢!!
发表于 2003-4-11 18:05:36 | 显示全部楼层
First, you should make sure that your postgresql server is running:

#ps -A | grep postmaster

And then, you should go to /var/lib/pgsql/data, there should be a postgresql.conf file and a pg_hba.conf file.

In postgresql.conf file, change the tcpip to true. And restart postgresql by "service postgresql restart", then you can connect to the server by tcpip.

In the pg_hba.conf file, you can decide how to authenticate use.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表