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

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

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

--- Comment #1 from Maik Qualmann <metzping...@gmail.com> ---
You can test the pre-release appImage from digiKam-5.8.0.

https://files.kde.org/digikam/

Many improvements to MySQL support have been added. The question is, however,
whether you have created the database with the appropriate rights? For example:

CREATE USER 'USERNAME'@'%' IDENTIFIED BY 'PASSWORD';
GRANT ALL ON *.* TO 'USERNAME'@'%' IDENTIFIED BY 'PASSWORD';
CREATE DATABASE digikam;
GRANT ALL PRIVILEGES ON digikam.* TO 'USERNAME@'%';
FLUSH PRIVILEGES;

Instead of:

'USERNAME@'%'

Maybe also:

'USERNAME@'SERVERADRESS';

Maik

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

Reply via email to