Created attachment 169811 [details] Debug Log SUMMARY Cannot update MariaDB database from v10 to v11. Connection tests reports OK, digikam V7.1 runs OK but not later versions. STEPS TO REPRODUCE 1. Update digikam to V7.2 or above 2. Digikam reports "Fails to update schema from version 10 to version 11 3. Test connection reports ALL OK OBSERVED RESULT Cannot update the MariaDB database EXPECTED RESULT Able to update the MariaDB database and run later versions of digikam SOFTWARE/OS VERSIONS Windows: 10 pro, 10.0.19045 Build 19045 KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
The error message in the log indicates that you do not have the necessary rights to the database to create and delete triggers. Triggers require special privileges, activate these for your digiKam database user. We cannot do this in digiKam. Maik
Which MySQL Server version is used exactly? Note that we only support MariaDB. A current Oracle MySQL server can still be used for an external database. Maik