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

--- Comment #21 from Maik Qualmann <metzping...@gmail.com> ---
I don't see in their beautiful description that they are creating the "digikam"
database. You have to create this before you want to use digiKam with MySQL. 

CREATE USER 'maik'@'localhost' IDENTIFIED BY 'password';
GRANT ALL ON *.* TO 'maik'@'localhost' IDENTIFIED BY 'password';
CREATE DATABASE digikam;
GRANT ALL PRIVILEGES ON digikam.* TO 'maik'@'localhost';
FLUSH PRIVILEGES;

Maik

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

Reply via email to