diff --git a/.github/infrastructure/docker-compose-mysql.yml b/.github/infrastructure/docker-compose-mysql.yml index bcfd326ba..41bea1ddc 100644 --- a/.github/infrastructure/docker-compose-mysql.yml +++ b/.github/infrastructure/docker-compose-mysql.yml @@ -2,7 +2,7 @@ version: '2' services: db: image: mysql:8 - command: --default-authentication-plugin=mysql_native_password + command: --mysql_native_password=ON restart: always environment: MYSQL_ROOT_PASSWORD: root