We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
➜ sudo apt-get install postgresql ➜ sudo -u postgres psql postgres=# create role acdp with createdb login password 'asoiu'; postgres=# \q`
In file /etc/postgresql/9.1/main/pg_hba.conf change peer in line:
peer
local all all peer
to md5:
md5
local all all md5
and then restart postresql:
➜ sudo service postgresql restart
There was an error while loading. Please reload this page.