https://bugs.kde.org/show_bug.cgi?id=435179
--- Comment #17 from Maik Qualmann <metzping...@gmail.com> --- We have the problem that the users of the triggers are "@%". It should something like "gessel@%". You have probably GRANT the database after creating the database or deleted a user in the meantime. Try this: GRANT TRIGGER ON <db_name>.* TO '<db_user>'@'localhost'; Maik -- You are receiving this mail because: You are watching all bug changes.