PG::ConnectionBad: FATAL: password authentication failed for user “alphauser”

后端 未结 4 777
情书的邮戳
情书的邮戳 2021-01-02 03:40

I\'m working on an application in Rails for my college. The application was started by the students from previous year and now it\'s me and my colleagues turn to continue wo

4条回答
  •  有刺的猬
    2021-01-02 04:06

    Try to use:

    sudo -u postgres createuser --interactive --pwprompt

    to add the role and the password

提交回复
热议问题