[Akonadi] [Bug 361485] crash on initial start with mysql 5.7 on ubuntu 16.04

Lars Tangvald via KDE Bugzilla bugzilla_noreply at kde.org
Tue Apr 19 12:46:15 BST 2016


https://bugs.kde.org/show_bug.cgi?id=361485

--- Comment #5 from Lars Tangvald <lars.tangvald at oracle.com> ---
The other issue is that since MySQL 5.7 is significantly more strict by default
than 5.6, the sql scripts used for database init will fail.
Ideally these would be gone through and updated, but a possible workaround is
also to simply add 
 sql_mode=NO_ENGINE_SUBSTITUTION to the configuration file, which sets the
server in the same mode as the 5.6 default.

For more info: http://dev.mysql.com/doc/refman/5.7/en/sql-mode.html

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list