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:
3
ci/root_user_setup.sql
Normal file
3
ci/root_user_setup.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER USER 'root'@'localhost' IDENTIFIED WITH 'mysql_native_password';
|
||||
ALTER USER 'root'@'localhost' IDENTIFIED BY '';
|
||||
FLUSH PRIVILEGES;
|
||||
Reference in New Issue
Block a user