Support percona-cluster for ipv6.
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
# Juju managed file - don't change as charm will overwrite your changed!
|
||||
[mysqld]
|
||||
|
||||
{% if bind_address %}
|
||||
bind-address = {{ bind_address }}
|
||||
{% endif %}
|
||||
|
||||
{% if wsrep_provider_options %}
|
||||
wsrep_provider_options = {{ wsrep_provider_options }}
|
||||
{% endif %}
|
||||
|
||||
datadir=/var/lib/mysql
|
||||
user=mysql
|
||||
|
||||
|
||||
Reference in New Issue
Block a user