https://bugs.kde.org/show_bug.cgi?id=436624
--- Comment #13 from caulier.gil...@gmail.com --- With my last patches, Mariadb can be initialized properly: bash-3.2$ ./mysql_install_db --defaults-file="/Applications/digiKam.org/digikam.app/Contents/Resources/digikam/database/mysql-global.conf" --basedir="/Applications/digiKam.org/digikam.app/Contents/lib/mariadb/" --datadir="/Users/gilles/Pictures/.mysql.digikam/db_data" Installing MariaDB/MySQL system tables in '/Users/gilles/Pictures/.mysql.digikam/db_data' ... 210505 15:24:35 [Warning] options --log-slow-admin-statements, --log-queries-not-using-indexes and --log-slow-slave-statements have no effect if --log_slow_queries is not set 210505 15:24:35 [Note] /Applications/digiKam.org/digikam.app/Contents/lib/mariadb//bin/mysqld (mysqld 5.5.68-MariaDB) starting as process 6000 ... OK Filling help tables... 210505 15:24:37 [Warning] options --log-slow-admin-statements, --log-queries-not-using-indexes and --log-slow-slave-statements have no effect if --log_slow_queries is not set 210505 15:24:37 [Note] /Applications/digiKam.org/digikam.app/Contents/lib/mariadb//bin/mysqld (mysqld 5.5.68-MariaDB) starting as process 6004 ... OK To start mysqld at boot time you have to copy support-files/mysql.server to the right place for your system PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER ! To do so, start the server, then issue the following commands: '/Applications/digiKam.org/digikam.app/Contents/lib/mariadb//bin/mysqladmin' -u root password 'new-password' '/Applications/digiKam.org/digikam.app/Contents/lib/mariadb//bin/mysqladmin' -u root -h MacBook-Pro-de-gilles.local password 'new-password' Alternatively you can run: '/Applications/digiKam.org/digikam.app/Contents/lib/mariadb//bin/mysql_secure_installation' which will also give you the option of removing the test databases and anonymous user created by default. This is strongly recommended for production servers. See the MariaDB Knowledgebase at http://mariadb.com/kb or the MySQL manual for more instructions. You can start the MariaDB daemon with: cd '/Applications/digiKam.org/digikam.app/Contents/lib/mariadb/' ; /Applications/digiKam.org/digikam.app/Contents/lib/mariadb//bin/mysqld_safe --datadir='/Users/gilles/Pictures/.mysql.digikam/db_data' You can test the MariaDB daemon with mysql-test-run.pl cd '/Applications/digiKam.org/digikam.app/Contents/lib/mariadb//mysql-test' ; perl mysql-test-run.pl Please report any problems at http://mariadb.org/jira The latest information about MariaDB is available at http://mariadb.org/. You can find additional information about the MySQL part at: http://dev.mysql.com Consider joining MariaDB's strong and vibrant community: https://mariadb.org/get-involved/ You need to wait the next 7.3.0 pre-release daily build to check if all work fine for you. So if all is fine, tomorrow... Gilles Caulier -- You are receiving this mail because: You are watching all bug changes.