https://bugs.kde.org/show_bug.cgi?id=394434

caulier.gil...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |caulier.gil...@gmail.com

--- Comment #1 from caulier.gil...@gmail.com ---
It sound like a path string problem with space

macbook-pro-de-gilles:bin gilles$ /opt/digikam/lib/mariadb/bin/mysql_install_db
--datadir=/Users/Gilles/Pictures/.mysql.digikam/db_data,
--defaults-file=/Users/Gilles/Library/Application\
Support/digikam/digikam/mysql.conf 
Could not open required defaults file: /Users/Gilles/Library/Application
Fatal error in defaults handling. Program aborted
Installing MariaDB/MySQL system tables in
'/Users/Gilles/Pictures/.mysql.digikam/db_data,' ...
Could not open required defaults file: /Users/Gilles/Library/Application
Fatal error in defaults handling. Program aborted

Installation of system tables failed!  Examine the logs in
/Users/Gilles/Pictures/.mysql.digikam/db_data, for more information.

The problem could be conflicting information in an external
my.cnf files. You can ignore these by doing:

    shell> /opt/digikam/lib/mariadb/bin/scripts/mysql_install_db
--defaults-file=~/.my.cnf

You can also try to start the mysqld daemon with:

    shell> /opt/digikam/lib/mariadb/bin/mysqld --skip-grant --general-log &

and use the command line tool /opt/digikam/lib/mariadb/bin/mysql
to connect to the mysql database and look at the grant tables:

    shell> /opt/digikam/lib/mariadb/bin/mysql -u root mysql
    mysql> show tables;

Try 'mysqld --help' if you have problems with paths.  Using
--general-log gives you a log in /Users/Gilles/Pictures/.mysql.digikam/db_data,
that may be helpful.

The latest information about mysql_install_db is available at
https://mariadb.com/kb/en/installing-system-tables-mysql_install_db
MariaDB is hosted on launchpad; You can find the latest source and
email lists at http://launchpad.net/maria

Please check all of the above before submitting a bug report
at http://mariadb.org/jira

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to