Installing PostgreSQL on OSX for Rails development

前端 未结 6 1355
南笙
南笙 2021-01-30 07:30

I\'ve spent several hours over the past few days trying to get PostgreSQL to play nice with RoR on my Mac.

I\'ve followed several tutorials using several different metho

6条回答
  •  轮回少年
    2021-01-30 08:18

    Thanks to Ganesh for the good awnser, my sudo url looked a bit diffirent :) here is what I have
    sudo -u postgres /Library/PostgreSQL/9.2/bin/createuser

提交回复
热议问题