https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16583 Zeno Tajoli <z.tajoli@cineca.it> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z.tajoli@cineca.it --- Comment #7 from Zeno Tajoli <z.tajoli@cineca.it> --- Hi, for who want an immediate solution:
Perhaps the best immediate solution is to change MySQL config files to make 5.7 it behave like 5.6.
Insert in your /etc/mysql/my.conf: [mysqld] sql_mode=IGNORE_SPACE,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION Source: http://askubuntu.com/questions/811831/whats-the-correct-way-to-revert-mysql-... But is not a long term solution. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.