https://bugs.kde.org/show_bug.cgi?id=361485
--- Comment #5 from Lars Tangvald <lars.tangv...@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 watching all bug changes.