Skip to content

Commit 0ea5853

Browse files
ani-shajpechane
authored andcommitted
DBZ-6873 Upgrade to MySQL 8.1
1 parent cc4a8c3 commit 0ea5853

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/mysql-gtids/2.5/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mysql:8.0
1+
FROM mysql:8.1
22

33
LABEL maintainer="Debezium Community"
44

examples/mysql-gtids/2.5/mysql.cnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# For advice on how to change settings please see
2-
# http://dev.mysql.com/doc/refman/5.7/en/server-configuration-defaults.html
2+
# https://dev.mysql.com/doc/refman/8.1/en/server-configuration-defaults.html
33

44
[mysqld]
55
#

examples/mysql-replication/master/2.5/master.cnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# For advice on how to change settings please see
2-
# http://dev.mysql.com/doc/refman/8.0/en/server-configuration-defaults.html
2+
# https://dev.mysql.com/doc/refman/8.1/en/server-configuration-defaults.html
33

44
[mysqld]
55
server-id = 1

examples/mysql/2.5/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mysql:8.0
1+
FROM mysql:8.1
22

33
LABEL maintainer="Debezium Community"
44

examples/mysql/2.5/mysql.cnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# For advice on how to change settings please see
2-
# http://dev.mysql.com/doc/refman/5.7/en/server-configuration-defaults.html
2+
# https://dev.mysql.com/doc/refman/8.1/en/server-configuration-defaults.html
33

44
[mysqld]
55
#

0 commit comments

Comments
 (0)