Siduction Forum

Siduction Forum => Software - Support => Topic started by: cryptosteve on 2013/05/30, 16:15:42

Title: amarok mit mysql
Post by: cryptosteve on 2013/05/30, 16:15:42
Hi,
ich kriege amarok mit mysql nicht zum Laufen.

Hat irgendwer eine Lösung hinsichtlich dieser Fehlermeldung parrat?

(http://www.crashmail.de/imgshack/show/1369923158_YW1hcm9rLWZlaGxlci5wbmc.jpg) (http://www.crashmail.de/imgshack/show/1369923158_YW1hcm9rLWZlaGxlci5wbmc.jpg)

Der Fehler scheint nicht debian-bezogen zu sein, das gleiche passiert mir unter Gentoo auch. Und überhaupt kann ich KDE irgendwie nicht erfolgreich mit mysql verheiraten. :(
Title: RE: amarok mit mysql
Post by: piper on 2013/05/30, 17:13:49
Hi, you might want to go to/etc/mysql/my.cnfand edit line 47 bind-address      = xxx.xxx.xx.x and put your IP in there, probably not wise to us 127.0.0.1, then do as usermysql -u root -p mythconverggive password and grant all on mythconverg.* to amarok@"192.168.01.%" identified by "amarok"; change IP to what you use then flush privileges;quitthen do a service mysql restart
Title: RE: amarok mit mysql
Post by: cryptosteve on 2013/05/30, 17:37:51
Hi piper,
thanks ... I have no clue what did the job but changing to my local IP and granting permissions to amarok@"192.168.178.%" seems to work.

No errors after starting amarok. At the moment it's scanning my collection.
Title: RE: amarok mit mysql
Post by: piper on 2013/05/30, 17:39:32
gut zu hören :)

good to hear :)

lol, should be"GRANT ALL ON amarok.* TO 'amarokuser'@'92.168.01.%' IDENTIFIED BY 'mypassword'; FLUSH PRIVILEGES;"

So sorry, I use this for mythtv (mythconverg)  and forgot to make the changes for amarok