From c239a1323a391ef50854aeccc8f81f6e221b7581 Mon Sep 17 00:00:00 2001 From: Matteo Beccati Date: Thu, 2 May 2024 15:29:25 +0200 Subject: [PATCH] Stick to mysql 8.3 for the time being MySQL 8.4 does not load the 'mysql_native_password' plugin by default and I couldn't figure out how to initialise the container to load it. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 85c31c71f59ac..78520332dfc7e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ jobs: resource_class: arm.medium docker: - image: cimg/base:current-22.04 - - image: mysql:8 + - image: mysql:8.3 environment: MYSQL_ALLOW_EMPTY_PASSWORD: true MYSQL_ROOT_PASSWORD: ''