Need help getting amarok to use mysql
I have amarok compiled with mysql support
I set up a root password and made a database called amarok_db
I started the mysql daemon and then the following:
$ mysql -p -u root
CREATE DATABASE amarok_db;
USE amarok_db;
GRANT ALL ON amarok.* TO amarok@localhost IDENTIFIED BY 'PASSWORD_CHANGE_ME';
From amarok > settings > configure amarok
I checked the folders I wanted to scan
Chose database mysql
hostname: localhost
database: amarok_db
port: 3306
username: amarok
I tried update and rescan collection, but I'm not getting anything showing up in the colledtion tab in the amarok player.
There is a database called amarok_db
I can see it as root, but not as a normal user.
Thanks.
|