https://bugs.kde.org/show_bug.cgi?id=467766
--- Comment #6 from Maik Qualmann <metzping...@gmail.com> --- Can you run SQL commands? here is an example of what is needed: mysql -u USERNAME -h 192.168.xxx.xxx -p (Enter password) USE digikam; (or your digiKam core database name) SELECT * FROM Images WHERE id = 0; Maik -- You are receiving this mail because: You are watching all bug changes.