--- a/src/server/storage/dbconfigmysql.cpp +++ b/src/server/storage/dbconfigmysql.cpp @@ -110,7 +110,7 @@ bool DbConfigMysql::init(QSettings &sett #endif } - mMysqlInstallDbPath = findExecutable(QStringLiteral("mysql_install_db")); + mMysqlInstallDbPath = findExecutable(QStringLiteral("akonadi5_mysql_install_db")); qCDebug(AKONADISERVER_LOG) << "Found mysql_install_db: " << mMysqlInstallDbPath; mMysqlCheckPath = findExecutable(QStringLiteral("mysqlcheck"));