From 027c154424354d4ac509996ea0bd32243a9e3a6a Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Wed, 20 Dec 2023 17:23:34 +0000 Subject: [PATCH] Set default authentication plugin --- .github/workflows/reusable-testing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/reusable-testing.yml b/.github/workflows/reusable-testing.yml index 875fc15..ac229a0 100644 --- a/.github/workflows/reusable-testing.yml +++ b/.github/workflows/reusable-testing.yml @@ -340,6 +340,8 @@ jobs: root-password: root user: wp_cli_test password: password1 + my-cnf: | + default_authentication_plugin=mysql_native_password - name: Configure DB environment if: ${{ matrix.dbtype != 'sqlite' }}