Summary: | AppImage MySQL connection issues | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Quincy <bbc.quincy> |
Component: | Bundle-AppImage | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin, nick+kde-bug-tracker |
Priority: | NOR | ||
Version First Reported In: | 5.8.0 | ||
Target Milestone: | --- | ||
Platform: | Appimage | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.9.0 | |
Sentry Crash Report: |
Description
Quincy
2017-12-30 02:33:55 UTC
In the AppImage localhost does not work as a server address. Use 127.0.0.1 in the digiKam settings and you can connect to your local server. Maik The installed DK version is which one exactly ? which Qt version did you use from your system ? Typically, the socket path is provided by Qt sql backend. Into AppImage, we use currently Qt 5.9.1. Gilles Caulier Gilles, I can confirm the problem with localhost in AppImage here under openSUSE. I get the same error message. Currently I am on Qt-5.10.0. Maik Thanks for the quick response! Using 127.0.0.1 indeed solves the problem, but just because it does not connect using the socket at all. If you have a non-networking server (MySQL: "skip-networking") this does not help either. Therefore to answer Gilles question: digikam 5.7.0 on Qt 5.7.1 (In reply to Maik Qualmann from comment #1) > In the AppImage localhost does not work as a server address. Use 127.0.0.1 > in the digiKam settings and you can connect to your local server. > > Maik Thanks. This worked for me. |