digikam: add mariadb config
This commit is contained in:
parent
84f9efd785
commit
5e456fe0b2
9 changed files with 141 additions and 18 deletions
6
roles/digikam/files/init.sql
Normal file
6
roles/digikam/files/init.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
create database if not exists digikam_core;
|
||||
create database if not exists digikam_thumbnails;
|
||||
create database if not exists digikam_similarity;
|
||||
create database if not exists digikam_recognition;
|
||||
|
||||
grant all privileges on *.* to 'digikam'@'%';
|
||||
Loading…
Add table
Add a link
Reference in a new issue