[Digikam-devel] [digikam] [Bug 327646] New: Failed to create tables in database" Error In digiKam

Christian Nyman christianwn at gmail.com
Fri Nov 15 12:32:48 GMT 2013


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

            Bug ID: 327646
           Summary: Failed to create tables in database" Error In digiKam
    Classification: Unclassified
           Product: digikam
           Version: 3.5.0
          Platform: openSUSE RPMs
                OS: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: NOR
         Component: Database
          Assignee: digikam-devel at kde.org
          Reporter: christianwn at gmail.com

I have a NAS with some form of linux and a MySQL server on it. I have full
access from the network. I have tried this on both OpenSUSE 13.1 with Digikam
3.5 and Kubuntu 13.10 with Digikam 3.4.
What I do is, fresh install of Digikam, fresh user settings. Start digikam add
folder for photos and then enter settings for MySQL database, click check db
connection getting ok, then clicking [OK]. Now i get Failed to create tables in
database" Error In digiKam. If I restart Digikam now I get some other fail
message about some missing table entery or version.

Here are mu SQL commands:

CREATE DATABASE digikamdb;
GRANT ALL PRIVILEGES ON *.* TO 'root' IDENTIFIED BY '*****';
FLUSH PRIVILEGES;

CREATE DATABASE digikamthumbdb;
GRANT ALL PRIVILEGES ON *.* TO 'root' IDENTIFIED BY '*****';
FLUSH PRIVILEGES;

Reproducible: Always

Steps to Reproduce:
1. Add MySQL to Digikam settings, click [OK]
2.
3.
Actual Results:  
Failed to create tables in database" Error In digiKam.

Expected Results:  
Working database connection

I have tried with a regular user also to only root.
I can create and drop schemas/databases and have full access.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Digikam-devel mailing list