2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-14 00:42:53 +00:00

Recovered wrongly deleted ci/root_user_setup.sql

This commit is contained in:
ruben
2020-04-03 12:53:57 +01:00
parent 3bfe9c1113
commit 38a36b60c8

3
ci/root_user_setup.sql Normal file
View File

@@ -0,0 +1,3 @@
ALTER USER 'root'@'localhost' IDENTIFIED WITH 'mysql_native_password';
ALTER USER 'root'@'localhost' IDENTIFIED BY '';
FLUSH PRIVILEGES;