无法使用Rails应用程序与PostgreSQL数据库连接

时间:2016-05-16 13:12:28

标签: ruby-on-rails postgresql

我在尝试连接我的Rails应用程序中的PG数据库时遇到问题:

  1. 我使用以下命令创建了我的新应用:

    $ rails new -d postgresql myApp
    
  2. 应用程序已成功创建。因此,我继续执行以下命令:

     $ 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"?
    
  3. 有任何帮助吗?我正在使用PG版本9.5.3和Ruby on Rails版本4.2.4

0 个答案:

没有答案