https://bugs.kde.org/show_bug.cgi?id=394434
--- Comment #42 from Maik Qualmann <metzping...@gmail.com> --- Access from the console (digiKam must be started, internal server started): mysql -u root --socket=Path_to_socket_file CREATE DATABASE digikamtest; USE digikamtest; CREATE TABLE Test (Name varchar(255)); SHOW TABLES; Maik -- You are receiving this mail because: You are watching all bug changes.