Skip to content

Commit e0442cb

Browse files
committed
Revert MySQL to 5.7.40.
This avoids connection problems when caching_sha2_password is the default authentication method.
1 parent 03f6d2f commit e0442cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resources:
22
containers:
33
- container: mysql
4-
image: mysql:8.0.31
4+
image: mysql:5.7.40
55
ports:
66
- "3300:3306"
77
env:

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
SA_PASSWORD: P@ssw0rd
1111

1212
mysql:
13-
image: mysql:8
13+
image: mysql:5.7.40
1414
ports:
1515
- "3306:3306"
1616
environment:

0 commit comments

Comments
 (0)