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

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to