Summary: | Cannot update database with digikam mysql executables. Brew mysql executables work partially. | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Robert Garrigós <robert> |
Component: | Database-Mysql | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version: | 8.2.0 | ||
Target Milestone: | --- | ||
Platform: | macOS (DMG) | ||
OS: | macOS | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/-/commit/15a9beb0da4d6dd57862101cf1126bc7a058350a | Version Fixed In: | 8.4.0 |
Sentry Crash Report: |
Description
Robert Garrigós
2023-12-10 22:38:26 UTC
If mysql_install_db is missing, you are probably using Oracle MySQL. You cannot mix MariaDB (shipped with digiKam) with Oracle MySQL. The database is probably defective now. We only support MariaDB for the internal server. Oracle MySQL can also be used for an external server. You have to start with a new database. Maik Understood. However, trying to config an external mysql server gives me this error: L'error és: Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(/opt/digikam.org.x86_64/lib/mariadb/plugin/caching_sha2_password.so, 0x0002): tried: '/opt/digikam.org.x86_64/lib/mariadb/plugin/caching_sha2_password.so' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/digikam.org.x86_64/lib/mariadb/plugin/caching_sha2_password.so' (no such file), '/opt/digikam.org.x86_64/lib/mariadb/plugin/caching_sha2_password.so' (no such file) QMYSQL: No s'ha pogut connectar This is related to this Bug 474472. We have to deactivate the SHA2 password for the internal server. Maik Git commit 263e4c2bcd2a7da41c8a7ae31d2b02d5fd0be025 by Maik Qualmann. Committed on 11/12/2023 at 20:57. Pushed by mqualmann into branch 'master'. for internal MySQL only MariaDB supported M +4 -37 core/libs/database/engine/dbengineparameters.cpp https://invent.kde.org/graphics/digikam/-/commit/263e4c2bcd2a7da41c8a7ae31d2b02d5fd0be025 Git commit 15a9beb0da4d6dd57862101cf1126bc7a058350a by Maik Qualmann. Committed on 11/12/2023 at 21:15. Pushed by mqualmann into branch 'master'. disable SHA2 password for the internat MySQL server Related: bug 474472 M +1 -1 NEWS M +6 -1 core/data/database/mysql-global.conf https://invent.kde.org/graphics/digikam/-/commit/15a9beb0da4d6dd57862101cf1126bc7a058350a |