SUMMARY - I have a MariaDB server (latest, official image) installed on a server within a Docker container container. I know it works as I am able to connect to it through DataGrip - I have created a digikam database as per the instructions - I have installed all MySQL dependencies on the work computer: MySQL client, MySQL-QT4 library, MySQL-QT5 library - And yet, when I test the connection to the digikam database on the server from Digikam, I get a "Driver not loaded" error EXPECTED RESULT SOFTWARE/OS VERSIONS Linux: Debian 10.5, updated, Gnome Digikam: 7.00
Please activate the debug output in the terminal: export QT_LOGGING_RULES="digikam.*=true" Start digiKam in the terminal and post the output in the terminal. It should be a missing package problem. And Qt4 packages are completely out of place. Maik
Thanks Maik for the prompt response. What I had not figured out is that I am using a Digikam installed from Flatpak. Will install the Debian native version whch should yield better results. Will keep you posted.
OK, everything is fine when installing from the last AppImage. I could switch to the MariaDB server which was immediately recognized then could migrate the DB from SQLite to MariaDB. Case closed. Thanks for the help!