I've installed PostgreSQL 9 on Mac OS. I need to change the configuration so that I can access Postgre with the blank password. Searching online yields lots of solutions for older versions of the software, butt I don't know if they apply to the newer version. Many solutions discuss a .conf file of sorts, but the only config files are .conf.sample in the Postgre directories.
My root user now has a blank password. Having this blank password seems to result in an error when I try to connect or set a new password.
I recieve this when trying to connect with the empty password:
psql: fe_sendauth: no password supplied
How can I change the password and/or enable the conf files?