TT#19348 remove user export@localhost

- user 'export' was not used and user 'exporter'
      is there for the same reason

Change-Id: Ic02440019add8a66f970aa3c5e1232be782651cd
changes/32/15332/1
Kirill Solomko 8 years ago
parent 91b04b811d
commit 5cb4aa02c7

@ -0,0 +1,5 @@
USE provisioning;
DROP USER export@localhost;
FLUSH PRIVILEGES;
Loading…
Cancel
Save