su postgres:对不起?

时间:2011-10-14 08:58:36

标签: database postgresql console su

我的新Mac OSX Lion机器上的postgreSQL设置有问题。

我似乎无法连接到服务

$ createuser -a -d _postgres
Password: 
createuser: could not connect to database postgres: FATAL:  password authentication failed for user 

我没有机会找到正确的密码。知道那可能是什么。我有一个localhost服务器的默认设置。当我尝试通过pgAdmin连接时也会发生同样的情况。

$ su postgres
Password:
su: Sorry

我没有机会发现什么是错的?

2 个答案:

答案 0 :(得分:64)

试试这个:

$ sudo su postgres

并指定您自己的密码。

答案 1 :(得分:11)

这有用吗?

首先获得root访问权限

$ su - 
Password: RootPW
# su - postgres