Comment 0 for bug 1566798

Revision history for this message
Lars Tangvald (lars-tangvald) wrote :

The package will fail to build with mysql 5.7 for a few reasons:

From debian/start-mysqld_and_run.sh
* mysql_install_db is run with the deprecated options --force and --skip-grant-tables
* mysql_install_db needs to be run with --insecure, or a random root password will be generated
* the test database is no longer automatically created

Tests:
The test for numeric-only database doesn't create the user it needs.