http://amarok.kde.org/wiki/Postgresql_HowTo
However, on Fedora 7 (and possibly 8), this leads to an authentication problem. After many hours, I figured out that you need to change some settings in the following file: /var/lib/pgsql/data/pg_hba.conf
- Code: Select all
host all all 127.0.0.1/32 ident sameuser
Change this line to:
- Code: Select all
host all all 127.0.0.1/32 password sameuser

