我在尝试连接我的Rails应用程序中的PG数据库时遇到问题:
我使用以下命令创建了我的新应用:
$ rails new -d postgresql myApp
应用程序已成功创建。因此,我继续执行以下命令:
$ createuser --createdb --login -P myApp
提示会询问我新角色的密码。我输入密码并重新输入以进行确认。这是我输入密码后得到的消息:
createuser: could not connect to database postgres: could not connect to server:
No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
有任何帮助吗?我正在使用PG版本9.5.3和Ruby on Rails版本4.2.4