0

在运行 OS X 10.6 的机器上,rails 3.2 环境正在尝试创建数据库,但失败了。

Rake gems 测试:包括 0.9.2.2(由某些依赖项安装)和声明的 10.0.4。用户名在 database.yml 中定义

无法为 {"adapter"=>"postgresql", "database"=>"app_development", "username"=>"postgres"} 创建数据库

致命:角色“postgres”不存在

然而,这并不是机器上的第一个应用程序。所有其他应用程序都使用该用户名连接到 postgre 集群。这个实例怎么能不承认角色和其他人,是的?

4

1 回答 1

1

Just a guess: you installed PG with homebrew, right? If so, the admin user is your own username (type whoami in a terminal), rather than postgres.

于 2013-06-06T12:31:34.157 回答