14
PostgreSQLはローカルで実行されていますが、接続できません。どうして?
最近、私のマシンをMac OS X Lion(10.7.4)からMountain Lion(10.8)に更新したため、PostgreSQLのインストールが中断されたと思います。もともとはHomebrew経由でインストールされました。私はDBAではありませんが、誰かがこれのトラブルシューティング方法を教えてくれることを望んでいます。 接続できません(ただし、Mountain Lionの前に接続できました): $ psql -U rails -d myapp_development psql: 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"? しかし、Postgresはまだ明確に実行されています。 $ ps aux | grep postgres meltemi 2010 0.0 0.0 2444124 5292 …