From 0972fa6eab8c9111311f082ba8abfdc6b4a40945 Mon Sep 17 00:00:00 2001 From: nil Date: Wed, 2 Oct 2024 17:48:56 +0200 Subject: commit changes --- scripts/create_user.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/create_user.sql (limited to 'scripts/create_user.sql') diff --git a/scripts/create_user.sql b/scripts/create_user.sql new file mode 100644 index 0000000..bc9472b --- /dev/null +++ b/scripts/create_user.sql @@ -0,0 +1,3 @@ +DROP USER IF EXISTS 'balalaika_user'@'%'; +DROP USER IF EXISTS 'balalaika_user'@'localhost'; +CREATE USER 'balalaika_user'@'%' IDENTIFIED BY '$input'; -- cgit v1.2.3