I recently uninstalled the `mariadb-server` package in my debian system. After doing that, Amarok was unable to access the mysql-embedded database containing the music collection. Also, running `amarok --debug` on a terminal displays the following error (which is also displayed in a graphical error dialog): [ERROR__] [MySqlStorage] "MySQLe something failed! on library initialization failed, return code 1" (Re)installing the `mariadb-server` package makes this error go away, and the embedded music collection database works as expected. This error is debian-specific. An Amarok developer tested it on another distro and could not reproduce, see https://bugs.kde.org/show_bug.cgi?id=501747 . As a quick&dirty fix, I suggest adding `mariadb-server` as a "recommended" dependency of the Amarok package.