From 2b4365b603522ee797bc0e07babbe66b93429174 Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Thu, 3 Jul 2014 12:57:30 +0200 Subject: [PATCH] MT#7793 Add grants for event exporter --- db_scripts/diff/15080.up | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 db_scripts/diff/15080.up diff --git a/db_scripts/diff/15080.up b/db_scripts/diff/15080.up new file mode 100644 index 00000000..7e028484 --- /dev/null +++ b/db_scripts/diff/15080.up @@ -0,0 +1,3 @@ +use accounting; +grant select, update on accounting.events to export@localhost; +grant select, insert, update on accounting.mark to export@localhost;