https://bugs.kde.org/show_bug.cgi?id=264383
--- Comment #3 from Ivan Vasin <nisavid gmail com> 2011-02-03 17:55:32 --- i searched for and didn't find a way to configure akonadiserver to prevent this behavior when using a MySQL database for storage. but i found a workaround: use a PostgreSQL database instead. after installing PostgreSQL, the procedure i used (iirc) was: $ sudo -u postgres createuser akonadi $ sudo -u postgres psql postgres=# \password akonadi <set the database password for akonadi> $ sudo -u postgres createdb akonadi ^C $ akonadictl stop $ akonaditray <use AkonadiTray to point akonadiserver at the new akonadi database on localhost, authenticating as akonadi> $ rm -rf $HOME/.config/akonadi $HOME/.local/share/akonadi $ akonadictl start i then ran into the issues in bug 265155, but these don't seem to visibly inhibit Akonadi's functionality. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
