I'm trying to set up a Postgresql database for the first time.
After installing postgresql91, i opened up terminal and did the following:
sudo su - postgres
createdb dbname
Password:
Sorry try again.
I typed in my Mac admin password, why do i get this problem?