MT#7793 Allow select grants for event exporter

vseva/8117
Andreas Granig 12 years ago
parent 2b4365b603
commit 6b96c44a2e

@ -1,3 +1,5 @@
use accounting; use accounting;
grant select, update on accounting.events to export@localhost; grant select, update on accounting.events to export@localhost;
grant select, insert, update on accounting.mark 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;

Loading…
Cancel
Save