Socket File “/var/pgsql_socket/.s.PGSQL.5432” Missing In Mountain Lion (OS X Server)

后端 未结 20 2105
时光说笑
时光说笑 2020-12-12 09:48

I just upgraded my MacMini Server from Lion Server to Mountain Lion using OS X Server. I am having the same problem with PostgreSQL that I did last year when I first instal

20条回答
  •  萌比男神i
    2020-12-12 10:29

    Check for the status of the database:

    service postgresql status
    

    If the database is not running, start the db:

    sudo service postgresql start
    

提交回复
热议问题