Fix mysql mysql_native_password error on CircleCI

This is already fixed in higher branches. We'll need to fix this
properly when upgrading to MySQL 8.4, which we should do soon as 8.3 is
already EOL.

Closes GH-17560
This commit is contained in:
Ilija Tovilo 2025-01-24 14:39:30 +01:00
parent a403b76e88
commit c99fb05929
No known key found for this signature in database
GPG key ID: 5050C66BFCD1015A

View file

@ -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: ''