[Akonadi] [Bug 333736] Akonadi server doesn't start (internal Mysql backend)
Daniel Vrátil
dvratil at redhat.com
Fri Apr 25 10:44:38 BST 2014
https://bugs.kde.org/show_bug.cgi?id=333736
--- Comment #9 from Daniel Vrátil <dvratil at redhat.com> ---
Hmm, there's the problem. You are running on MyISAM, which is not a supported
configuration (I'm not sure if it was in the past, but I doubt it). I'm not
sure how that could happened. Anyway, Akonadi requires InnoDB, because it
depends on FOREIGN KEYS to function properly.
I recommend converting all tables to InnoDB manually, then restarting Akonadi.
It should automatically create all missing indexes and foreign keys.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list