rake db:create fails, authentication problem with postgresql 8.4

后端 未结 6 1571
逝去的感伤
逝去的感伤 2021-02-06 07:19

first things first, please excuse my utter noobness. I really tried to find a solution out there, but now i\'m stuck and completely clueless.

i\'m trying to deploy a rai

6条回答
  •  花落未央
    2021-02-06 07:51

    okay, found out how incredibly stupid i've been... the password for my user was simply not set ! I think i forgot the semicolon after

    ALTER USER xxxx WITH PASSWORD xxxx ;
    

    ... i saw this by requesting "SELECT * FROM pg_shadow;" - the password field was empty. Three days of my life wasted because of this dumb mistake...

提交回复
热议问题