https://bugs.kde.org/show_bug.cgi?id=430949
--- Comment #13 from caulier.gil...@gmail.com --- Too weird. Mariadb cli tools are script with hard-coded paths... bash-3.2$ /Applications/digiKam.org/digikam.app/Contents/opt/digikam.app/Contents/lib/mariadb/bin/mysql_install_db FATAL ERROR: Could not find /opt/digikam/lib/mariadb/bin/my_print_defaults If you compiled from source, you need to either run 'make install' to copy the software into the correct location ready for operation. If you don't want to do a full install, you can use the --srcdir option to only install the mysql database and privilege tables. If you are using a binary release, you must either be at the top level of the extracted archive, or pass the --basedir option pointing to that location. The latest information about mysql_install_db is available at https://mariadb.com/kb/en/installing-system-tables-mysql_install_db bash-3.2$ cat /Applications/digiKam.org/digikam.app/Contents/opt/digikam.app/Contents/lib/mariadb/bin/mysql_install_db #!/bin/sh # Copyright (c) 2000, 2013, Oracle and/or its affiliates. # Copyright (c) 2009, 2013, Monty Program Ab # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1335 USA # This scripts creates the MariaDB Server system tables # # All unrecognized arguments to this script are passed to mysqld. basedir="" builddir="" ldata="/opt/digikam/var/db/mariadb" langdir="" srcdir="" args="" defaults="" defaults_group_suffix="" mysqld_opt="" user="" ... -- You are receiving this mail because: You are watching all bug changes.