https://bugs.kde.org/show_bug.cgi?id=447416
Maik Qualmann <metzping...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REPORTED |RESOLVED CC| |metzping...@gmail.com Version Fixed In| |7.5.0 --- Comment #1 from Maik Qualmann <metzping...@gmail.com> --- In the MySQL error message you can already see what you have to do, namely execute "mariadb-upgrade". If you upgrade to a new major version, the database structure must be adapted to the new server version. With an external database, you have to manage that. Otherwise, if you try to change the database, it will fail. digiKam cannot execute the "mariadb-upgrade" command itself for an external database, as extended rights are required. For the internal MySQL database, we have built in the detection and digiKam carries out "mariadb-upgrade" itself. Maik -- You are receiving this mail because: You are watching all bug changes.