[Digikam-devel] [Bug 310106] Access to MySQL-database from two computers / collections get lost

Messie roggen.dorf at freenet.de
Wed Nov 14 17:52:10 GMT 2012


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

--- Comment #2 from Messie <roggen.dorf at freenet.de> ---
Thank you for the quick response. Here ist is:

first on computer 1:

mysql> SELECT * FROM digikam.AlbumRoots;
+----+-------+--------+------+-----------------------------------------------------+--------------+
| id | label | status | type | identifier                                      
   | specificPath |
+----+-------+--------+------+-----------------------------------------------------+--------------+
| 15 | Fotos |      0 |    1 |
volumeid:?uuid=5caa86b6-395e-42f8-bc50-41b1bf9b62eb | /Daten/Fotos |
+----+-------+--------+------+-----------------------------------------------------+--------------+

after starting digikam on computer 2:

mysql> SELECT * FROM digikam.AlbumRoots;
+----+-------+--------+------+-----------------------------------------------------+--------------+
| id | label | status | type | identifier                                      
   | specificPath |
+----+-------+--------+------+-----------------------------------------------------+--------------+
| 15 | Fotos |      0 |    1 |
volumeid:?uuid=5caa86b6-395e-42f8-bc50-41b1bf9b62eb | /Daten/Fotos |
+----+-------+--------+------+-----------------------------------------------------+--------------+

after settings / add new collection on computer 2:

mysql> SELECT * FROM digikam.AlbumRoots;
+----+-------+--------+------+-----------------------------------------------------+----------------------+
| id | label | status | type | identifier                                      
   | specificPath         |
+----+-------+--------+------+-----------------------------------------------------+----------------------+
| 16 | Fotos |      0 |    1 |
volumeid:?uuid=e46888da-6ac1-4870-8365-dbc13a82942f | /mnt/Server2TB/Fotos |
+----+-------+--------+------+-----------------------------------------------------+----------------------+

again on computer 1 and after settings / add new collection:

mysql> SELECT * FROM digikam.AlbumRoots;
+----+-------+--------+------+-----------------------------------------------------+--------------+
| id | label | status | type | identifier                                      
   | specificPath |
+----+-------+--------+------+-----------------------------------------------------+--------------+
| 17 | Fotos |      0 |    1 |
volumeid:?uuid=5caa86b6-395e-42f8-bc50-41b1bf9b62eb | /Daten/Fotos |
+----+-------+--------+------+-----------------------------------------------------+--------------+

But the definition of the path is "/mnt/Server2TB/Daten/Fotos" and not like in
specificPath. On computer 2 both are same.

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



More information about the Digikam-devel mailing list