From 38a36b60c8f9c7719cf832afbc4efbc186d06dd3 Mon Sep 17 00:00:00 2001 From: ruben Date: Fri, 3 Apr 2020 12:53:57 +0100 Subject: [PATCH] Recovered wrongly deleted ci/root_user_setup.sql --- ci/root_user_setup.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ci/root_user_setup.sql diff --git a/ci/root_user_setup.sql b/ci/root_user_setup.sql new file mode 100644 index 00000000..937a1f65 --- /dev/null +++ b/ci/root_user_setup.sql @@ -0,0 +1,3 @@ +ALTER USER 'root'@'localhost' IDENTIFIED WITH 'mysql_native_password'; +ALTER USER 'root'@'localhost' IDENTIFIED BY ''; +FLUSH PRIVILEGES; \ No newline at end of file