我在 osx 上,我在创建用户 postgresql 时遇到问题。当我写命令时:
createuser myapp -s
我收到以下错误:
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 "/var/pgsql_socket/.s.PGSQL.5432"?
我不知道这是否只是 PATH 目录问题。
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
我用这个解决方案安装了 postgresql:http: //tammersaleh.com/posts/installing-postgresql-for-rails-3-1-on-lion
感谢您的帮助,并为我的英语不好感到抱歉。