Revert changes to older config template

This commit is contained in:
James Page 2015-09-18 15:00:57 +01:00
parent d58ab06f16
commit 5647e76cbb
1 changed files with 1 additions and 3 deletions

View File

@ -3,15 +3,13 @@
{% if bind_address %}
bind-address = {{ bind_address }}
{% else %}
bind-address = 0.0.0.0
{% endif %}
{% if wsrep_provider_options %}
wsrep_provider_options = {{ wsrep_provider_options }}
{% endif %}
datadir={{ data_dir }}
datadir=/var/lib/mysql
user=mysql
pid_file = /var/run/mysqld/mysqld.pid