[Digikam-devel] [digikam] [Bug 262321] MYSQL : user privileges management

Christian buitk14 at A1.net
Wed Jul 23 15:54:08 BST 2014


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

--- Comment #24 from Christian <buitk14 at A1.net> ---
Remark:

In Amarok this issue is solved by a short description under the db-settings
where you can copy and paste the SQL code to your mysql console.

This would be a great improvement for digikam as well - the basic code is:

CREATE DATABASE digikamdb;GRANT ALL PRIVILEGES ON digikamdb.* TO
'digikamuser'@'localhost' IDENTIFIED BY '**'; FLUSH PRIVILEGES;
GRANT SUPER ON *.* TO 'digikamuser'@'localhost'; FLUSH PRIVILEGES;

PS: Please remove the german translation for "port" in digikam the digikam db
settings - no one will understand "anschluss".

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Digikam-devel mailing list