Running Akonadi as root (was: Re: Akonadi on f10 (again))

Kevin Kofler kevin.kofler at chello.at
Thu Mar 19 18:53:25 UTC 2009


Gene Heskett wrote:
> [akonadiserver] 090301 15:32:16 [ERROR] Fatal error: Please read
> ["Security" section of the manual to find out how
> to run mysqld as root!

Actually, to run akonadi with its local mysqld as root, all you need is:
echo "user=root" >/root/.config/akonadi/mysql-local.conf

If it still doesn't work, try appending it manually
to .local/share/akonadi/mysql.conf as well:
echo "user=root" >>/root/.local/share/akonadi/mysql.conf
(but it should get added automatically from mysql-local.conf).

WARNING: This will run mysqld as root. Probably not the most secure thing to
do in the world. You have been warned.

        Kevin Kofler




More information about the fedora-list mailing list