Support percona-cluster for ipv6.

This commit is contained in:
Hui Xiang
2014-08-03 23:26:23 +08:00
parent de3aa88b72
commit 0074d79575
5 changed files with 99 additions and 18 deletions

View File

@@ -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