From 336ba22d89aa0e4fc45dadb19803d088fb54c9a6 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 10 Jun 2022 15:53:25 +0200 Subject: [PATCH] Stop forcing a specifig auth mysql plugin as many users do not do such config --- testing/docker-compose/docker-compose.testing-default.yml | 2 -- testing/docker-compose/docker-compose.testing-one-host.yml | 2 -- testing/testing.cnf | 2 -- 3 files changed, 6 deletions(-) delete mode 100644 testing/testing.cnf diff --git a/testing/docker-compose/docker-compose.testing-default.yml b/testing/docker-compose/docker-compose.testing-default.yml index 2d5f740b..5c6ff94a 100644 --- a/testing/docker-compose/docker-compose.testing-default.yml +++ b/testing/docker-compose/docker-compose.testing-default.yml @@ -14,8 +14,6 @@ services: retries: 10 networks: testing: - volumes: - - ../testing.cnf:/etc/mysql/conf.d/testing.cnf:ro tmpfs: - /var/lib/mysql:rw,noexec,nosuid,size=300m diff --git a/testing/docker-compose/docker-compose.testing-one-host.yml b/testing/docker-compose/docker-compose.testing-one-host.yml index f66697c3..a1ce43e2 100644 --- a/testing/docker-compose/docker-compose.testing-one-host.yml +++ b/testing/docker-compose/docker-compose.testing-one-host.yml @@ -14,8 +14,6 @@ services: retries: 10 networks: testing: - volumes: - - ./testing.cnf:/etc/mysql/conf.d/testing.cnf:ro tmpfs: - /var/lib/mysql:rw,noexec,nosuid,size=300m diff --git a/testing/testing.cnf b/testing/testing.cnf deleted file mode 100644 index 9cf43363..00000000 --- a/testing/testing.cnf +++ /dev/null @@ -1,2 +0,0 @@ -[mysqld] -default_authentication_plugin = mysql_native_password