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

--- Comment #8 from Petr Schonmann <pschonm...@gmail.com> ---
Ive deleted all tables with drop, the databases are created okay, but not with
data.
---
root@db:~# while read -r line;do mysql -D digikam -e "select count(*) from
$line";done < FACES_tables.list 
count(*)
0
count(*)
0
count(*)
0
count(*)
0
count(*)
0

Then i added setting into FaceSettings with this,

INSERT INTO `FaceSettings` (`keyword`, `value`) VALUES ('DBFaceVersion', '2');
INSERT INTO `FaceSettings` (`keyword`, `value`) VALUES
('DBFaceVersionRequired', '4');

it change the error message to the previous one

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to