https://bugs.kde.org/show_bug.cgi?id=394434
--- Comment #43 from caulier.gil...@gmail.com --- bash-3.2$ /opt/digikam/lib/mariadb/bin/mysql -u root --socket="/Users/gilles/Library/Application Support/digikam/digikam/db_misc/mysql.socket" Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 20 Server version: 5.5.57-MariaDB Source distribution Copyright (c) 2000, 2017, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> CREATE DATABASE digikamtest; Query OK, 1 row affected (0.02 sec) MariaDB [(none)]> USE digikamtest; Database changed MariaDB [digikamtest]> CREATE TABLE Test (Name varchar(255)); Query OK, 0 rows affected (0.03 sec) MariaDB [digikamtest]> SHOW TABLES; +-----------------------+ | Tables_in_digikamtest | +-----------------------+ | Test | +-----------------------+ 1 row in set (0.00 sec) MariaDB [digikamtest]> So it work, but... to obtain this good result, i was need to fix a broken dependency with ncurse to execute mysql executable. So i think the problem come from a missing mysql parse of binaries files when PKG is built at end. I will fix it. Note : so no need a special account to create database under MacOS. Gilles -- You are receiving this mail because: You are watching all bug changes.