Postgres permission denied on MAC OS X

前端 未结 6 1002
一整个雨季
一整个雨季 2020-12-09 16:12

I was following the ruby on rails tutorial to run with postgres but when I try the \"rake db:create\" I get the following error:

could not connect to server:         


        
6条回答
  •  南笙
    南笙 (楼主)
    2020-12-09 16:55

    Oh, may be you are open postgre in another application, like pgadmin http://www.pgadmin.org/ Try to close any application that use postgre SQL and run your command again.

提交回复
热议问题