mirror of
https://github.com/boostorg/mysql.git
synced 2026-02-14 12:52:17 +00:00
Update root auth on OSX/mariadb in CI
This commit is contained in:
@@ -53,6 +53,7 @@ __osx_mariadb_defaults: &__osx_mariadb_defaults
|
||||
- brew update
|
||||
- brew install boost mariadb
|
||||
- mysql.server start
|
||||
- sudo mysql -u root < ci/root_user_setup.sql
|
||||
|
||||
__osx_cmake_options: &__osx_cmake_options "CMAKE_OPTIONS=-DOPENSSL_ROOT_DIR=/usr/local/opt/openssl"
|
||||
|
||||
|
||||
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