Skip to content

Commit

Permalink
DBZ-6873 Upgrade to MySQL 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ani-sha committed Oct 11, 2023
1 parent b6b8c64 commit 7305f35
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/mysql-gtids/2.5/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mysql:8.0
FROM mysql:8.1

LABEL maintainer="Debezium Community"

Expand Down
2 changes: 1 addition & 1 deletion examples/mysql-gtids/2.5/mysql.cnf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# For advice on how to change settings please see
# http://dev.mysql.com/doc/refman/5.7/en/server-configuration-defaults.html
# https://dev.mysql.com/doc/refman/8.1/en/server-configuration-defaults.html

[mysqld]
#
Expand Down
2 changes: 1 addition & 1 deletion examples/mysql-replication/master/2.5/master.cnf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# For advice on how to change settings please see
# http://dev.mysql.com/doc/refman/8.0/en/server-configuration-defaults.html
# https://dev.mysql.com/doc/refman/8.1/en/server-configuration-defaults.html

[mysqld]
server-id = 1
Expand Down
2 changes: 1 addition & 1 deletion examples/mysql/2.5/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mysql:8.0
FROM mysql:8.1

LABEL maintainer="Debezium Community"

Expand Down
2 changes: 1 addition & 1 deletion examples/mysql/2.5/mysql.cnf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# For advice on how to change settings please see
# http://dev.mysql.com/doc/refman/5.7/en/server-configuration-defaults.html
# https://dev.mysql.com/doc/refman/8.1/en/server-configuration-defaults.html

[mysqld]
#
Expand Down

0 comments on commit 7305f35

Please sign in to comment.