Internal Database Server ???

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Internal Database Server ???

BuckSkin
I just found this in some literature that appeared when I first opened my new version of DigiKam:

"Internal database server require to install localy a database backend for Windows, as Mysql or MariaDB."

This may be a dumb question; but, is this something that DigiKam automatically took care of; or, is it something that I need to do ?

Thanks for reading.
Reply | Threaded
Open this post in threaded view
|

Re: Internal Database Server ???

Gilles Caulier-4
Hi,

It's done automatically by digiKam. The internal server want mean a stanalone instance of mariadb or mysql storing database in local, and queried through a local socket. The server is not available outside of course. It's "internal".

So typically it's a replacement of sqlite for huge collection, even if sqlite work better and better in this case, since it used everywhere for local database. LightRoom for ex, use sqlite...

And this is a problem for LightRoom which cannot be used through the network, due to technical limitation of sqlite in this context.

Gilles Caulier

2017-04-11 11:28 GMT+02:00 BuckSkin <[hidden email]>:
I just found this in some literature that appeared when I first opened my new
version of DigiKam:

"Internal database server require to install localy a database backend for
Windows, as Mysql or MariaDB."

This may be a dumb question; but, is this something that DigiKam
automatically took care of; or, is it something that I need to do ?

Thanks for reading.



--
View this message in context: http://digikam.1695700.n4.nabble.com/Internal-Database-Server-tp4695620.html
Sent from the digikam-users mailing list archive at Nabble.com.

Reply | Threaded
Open this post in threaded view
|

Re: Internal Database Server ???

BuckSkin
Thank you for the explanation.