set amarok to work on mysql DB

Asked by Mik0

hi, I'v installed Amarok and when it's started for the first time he asked me if i want to use mySql or it's built-in Sql-Engine.
So i marked that he'll use the default built-in Sql, but now i want to change it to work with mySql...
i'v tried to uninstall amarok, but it didn't help.
anyone has an idea?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu amarok Edit question
Assignee:
No assignee Edit question
Solved by:
Harald Sitter
Solved:
Last query:
Last reply:
Revision history for this message
Bert Van de Poel (bhack) said :
#1

Uninstall with configuration (--purge), that should delete all the known info.

Revision history for this message
Harald Sitter (apachelogger) said :
#2

Please have a look at http://amarok.kde.org/wiki/MySQL_HowTo
Among other informations it also describes how to import your current SQLite to MySQL. You can either change to MySQL by running the `amarok --wizard` or by changing the collection setting in Amarok's configuration dialog.

Revision history for this message
Mik0 (shaih82) said :
#3

i did uninstall (--purge) but when i reinstall it, it's still remember the old configuration.
does anyone know where are the config file are, so that i could delete them myself?

Revision history for this message
Best Harald Sitter (apachelogger) said :
#4

What do you mean by old configuration?
The database? -> rm -rf ~/.kde/share/apps/amarok/collection.db
The actual configuration? -> rm -rf ~/.kde/share/conifg/amarokrc
All of Amarok's data? -> rm -rf ~/.kde/share/*/amarok*

Revision history for this message
Mik0 (shaih82) said :
#5

Thanks Harald Sitter, that solved my question.