https://bugs.kde.org/show_bug.cgi?id=394434
--- Comment #8 from caulier.gil...@gmail.com --- After searching and searching a solution on the web, the problem is located in mysql/mariadb script since a while, and nobody fix it officially, even if the solution in bash script is very simple. The problem under MacOS is the path returned by QStandardPaths::GenericDataLocation, which is a pth in home directory with space inside. See here : https://cgit.kde.org/digikam.git/tree/core/libs/database/server/databaseserver.cpp#n312 This path is used to store the mysql.conf file passed to the script at DB init. The only solution is to copy this file somewhere in /tmp just before to use the script. QTemporaryDir can be a solution if path is not located to home directory. I think this problem is also valid under linux, as the bash script is the same. Gilles -- You are receiving this mail because: You are watching all bug changes.