Summary: | Database socket specification when trying to connect to mariadb server | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | jrobens <jrobens> |
Component: | Database-Engine | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version: | 7.5.0 | ||
Target Milestone: | --- | ||
Platform: | Homebrew (macOS) | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | 7.5.0 | |
Sentry Crash Report: | |||
Attachments: | Connection result |
Description
jrobens
2022-01-01 20:37:42 UTC
When using an external MySQL database, digiKam does not set any socket options. So this must be a problem with your MariaDB installation. But you can enter the following in the connections options: UNIX_SOCKET=/tmp/mysql.sock Maik I could connect by using 127.0.0.1 instead of localhost. |