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