Ver Fonte

fix: Mysql native password as default auth plugin

David Höck há 4 meses atrás
pai
commit
7c8f1ddd92
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/build_and_test.yml

+ 1 - 1
.github/workflows/build_and_test.yml

@@ -93,7 +93,7 @@ jobs:
                     MYSQL_ROOT_PASSWORD: password
                 ports:
                     - 3306
-                options: --health-cmd="mysqladmin ping --silent" --health-interval=10s --health-timeout=20s --health-retries=10
+                options: --health-cmd="mysqladmin ping --silent" --health-interval=10s --health-timeout=20s --health-retries=10 --default-authentication-plugin=mysql_native_password
             postgres:
                 image: postgres:16
                 env: