https://bugs.kde.org/show_bug.cgi?id=467505
--- Comment #17 from Felipe <[email protected]> --- (In reply to caulier.gilles from comment #15) > Git commit 0fb86864cbb9390c8b3182d9150e5be3dcc77aa5 by Gilles Caulier. > Committed on 28/07/2025 at 14:46. > Pushed by cgilles into branch 'master'. > > try to fix MacOS ath for Mysql server. > > M +4 -2 core/libs/database/server/databaseserver.cpp > M +2 -0 core/libs/database/server/databaseserver.h > > https://invent.kde.org/graphics/digikam/-/commit/ > 0fb86864cbb9390c8b3182d9150e5be3dcc77aa5 Thanks. almost :). The / that create problems is the "/" after the %1 and before lib. The code line should be : mysqlInitCmdArgs << QDir::toNativeSeparators(QString::fromLatin1("--basedir=%1lib/mariadb/") .arg(macOSBundlePrefix())); -- You are receiving this mail because: You are watching all bug changes.
