MT#7793 Add grants for event exporter

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

@ -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;
Loading…
Cancel
Save