Comment 1 for bug 1566858

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

mysql_install_db is also called with options that were removed in 5.7: --force and --skip-name-resolve.

Ideally one should switch to using mysqld --initialize for 5.7, but it's also possible to add --insecure and --basedir=/usr to the current command to make it work.