https://bugs.kde.org/show_bug.cgi?id=379987

Maik Qualmann <metzping...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |metzping...@gmail.com

--- Comment #6 from Maik Qualmann <metzping...@gmail.com> ---
Note: The problem will persist with MySQL. Our syntax works only with MariaDB.
In the future we will probably only support MariaDB. The differences between
the two projects grow with each new version.

One possible workaround, manually change the database:

mysql -u USERNAME -p

USE CORE_DATABASE_NAME

UPDATE Settings SET value=9 WHERE keyword='DBVersion';
UPDATE Settings SET value=9 WHERE keyword='DBVersionRequired';

Now start digiKam and copy the database with the migration tool into a new
database.

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to