LoginSignup
1
0

More than 5 years have passed since last update.

postgresに接続できない時の対処法 

Last updated at Posted at 2017-10-26

Unix domain socket "/tmp/.s.PGSQL.5432"?
以上のエラーが発生した時

ターミナルにbrew services start postgresを入力してみる

エラーが変わり
bin/rake db:create db:migrateを入力してみる。

そうするとrails sを入力すると起動できた。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0