Bug 430664 - How to access a database and files from another computer in LAN
Summary: How to access a database and files from another computer in LAN
Status: RESOLVED WORKSFORME
Alias: None
Product: digikam
Classification: Applications
Component: Database-Engine (show other bugs)
Version: 7.2.0
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-21 12:07 UTC by Parag
Modified: 2020-12-22 06:03 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.2.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Parag 2020-12-21 12:07:30 UTC
SUMMARY

How to access a single database and collection of DigiKam on another computer via LAN?


STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 10
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Maik Qualmann 2020-12-21 21:59:11 UTC
This question would be better placed on our mailing list, as it is not a bug or a wish.
I will give a rough description of how it would be possible. You can find the basic requirements for file sharing or access to a MySQL server on the web. This has nothing to do with digiKam and is also a requirement for other programs.

Computer1:
1. Install MySQL Server/Client and digiKam.
Share folders with images via file sharing. Set up MySQL and enable MySQL port for the local network in the firewall settings.
2. Set up MySQL in digiKam (create digiKam database/s with HeidiSQL as described in digiKam), server (localhost), port (3306), username, password.
3. Since digiKam supports UNC paths, add a network collection, for example \\Computer1Name\Pictures.

Computer2:
Install MySQL client and digiKam. Set up MySQL in digiKam, server (Computer1Name), port (3306), username, password.

Maik
Comment 2 Maik Qualmann 2020-12-21 22:00:18 UTC
Note: use MariaDB instead of MySQL

Maik
Comment 3 Parag 2020-12-22 06:03:00 UTC
Thank You So Much.
Will try this and check.

I raised it here because I did not know where else to raise this query.
If there is a mailing list for support queries, please share that email id for future reference.