Amarok Fedora 8 Updated

Since mysql was also too slow for me I decided to move again to postgresql this time!

I followed the instructions in following this tutorial.
But when I changed my amarok configuration I got an amarok error telling me that the connection could not be made.

After googling I finally found the answer : you will have to edit the following file : /var/lib/pgsql/data/pg_hba.conf

Change :

host all all 127.0.0.1/32 ident sameuser

to

host all all 127.0.0.1/32 password sameuser

Restart your service (service postgresql restart) and everything will work perfectly! :-)

Comments

Leave a Reply