From 6b96c44a2e3378fe3e048f81a287878cfe14c7e0 Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Thu, 3 Jul 2014 12:59:02 +0200 Subject: [PATCH] MT#7793 Allow select grants for event exporter --- db_scripts/diff/15080.up | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db_scripts/diff/15080.up b/db_scripts/diff/15080.up index 7e028484..88f1629f 100644 --- a/db_scripts/diff/15080.up +++ b/db_scripts/diff/15080.up @@ -1,3 +1,5 @@ use accounting; grant select, update on accounting.events to export@localhost; grant select, insert, update on accounting.mark to export@localhost; +grant select on provisioning.* to export@localhost; +grant select on billing.* to export@localhost;