mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 14:57:08 +08:00
Merge pull request #721 from bitnami/mysql-replica-8
Fix replication issue with MySQL 8. It is also compatible with 5.7
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: mysql
|
||||
version: 1.1.2
|
||||
version: 1.1.3
|
||||
appVersion: 5.7.22-debian-9
|
||||
description: Chart to create a Highly available MySQL cluster
|
||||
keywords:
|
||||
|
||||
@@ -102,6 +102,7 @@ master:
|
||||
##
|
||||
config: |-
|
||||
[mysqld]
|
||||
default_authentication_plugin=mysql_native_password
|
||||
skip-name-resolve
|
||||
explicit_defaults_for_timestamp
|
||||
basedir=/opt/bitnami/mysql
|
||||
@@ -171,6 +172,7 @@ slave:
|
||||
##
|
||||
config: |-
|
||||
[mysqld]
|
||||
default_authentication_plugin=mysql_native_password
|
||||
skip-name-resolve
|
||||
explicit_defaults_for_timestamp
|
||||
basedir=/opt/bitnami/mysql
|
||||
|
||||
@@ -103,6 +103,7 @@ master:
|
||||
##
|
||||
config: |-
|
||||
[mysqld]
|
||||
default_authentication_plugin=mysql_native_password
|
||||
skip-name-resolve
|
||||
explicit_defaults_for_timestamp
|
||||
basedir=/opt/bitnami/mysql
|
||||
@@ -172,6 +173,7 @@ slave:
|
||||
##
|
||||
config: |-
|
||||
[mysqld]
|
||||
default_authentication_plugin=mysql_native_password
|
||||
skip-name-resolve
|
||||
explicit_defaults_for_timestamp
|
||||
basedir=/opt/bitnami/mysql
|
||||
|
||||
Reference in New Issue
Block a user