Skip to content

Commit 5dc63c9

Browse files
committed
DBE-3225 Fix mysql container
- use MySQL 8.4 LTS version for testing - fix incompatible parameter
1 parent 348248e commit 5dc63c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ services:
2626

2727
mysql:
2828
container_name: dd-mysql
29-
image: mysql:oracle
29+
image: mysql:lts-oracle # 8.4.x
3030
# fsync less aggressively for insertion perf for test setup
3131
command: >
32-
--default-authentication-plugin=mysql_native_password
32+
--mysql-native-password=ON
3333
--binlog-cache-size=16M
3434
--key_buffer_size=0
3535
--max_connections=1000

0 commit comments

Comments
 (0)