From 5cb4aa02c7ec4df05801ed2b1363302314c90974 Mon Sep 17 00:00:00 2001 From: Kirill Solomko Date: Tue, 12 Sep 2017 17:27:02 +0200 Subject: [PATCH] TT#19348 remove user export@localhost - user 'export' was not used and user 'exporter' is there for the same reason Change-Id: Ic02440019add8a66f970aa3c5e1232be782651cd --- db_scripts/diff/15355.up | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 db_scripts/diff/15355.up diff --git a/db_scripts/diff/15355.up b/db_scripts/diff/15355.up new file mode 100644 index 00000000..297d4391 --- /dev/null +++ b/db_scripts/diff/15355.up @@ -0,0 +1,5 @@ +USE provisioning; + +DROP USER export@localhost; + +FLUSH PRIVILEGES;